#gallery {

}

#gallery-pager {
    height: 80px;
    width: 800px;
	margin:0px;
	padding:0px;
}

#gallery-pager li {
    display: inline;
    list-style: none;
    float: left;
    padding: 0 5px;
    height: 32px;
	margin-top:20px !important;
	#margin-top:10px !important;
}

#gallery-pager li a {
    padding: 0 0 0 0;
    background: none;
    height: 32px;
    float: left;
	color:#fff;
	margin-right:30px !important;
	#margin-right:20px !important;
	margin-left:40px !important;
	#margin-left:40px !important;
	font-size:24px;
	border-bottom:2px #000 solid;
	text-decoration:none;
}

#gallery-pager li a:hover
{
	color:#00aff0 !important;
	border-bottom:2px #00aff0 solid;
	text-decoration:none;

}

#gallery-pager li a.activeSlide {
	color:#00aff0;
	border-bottom:2px #00aff0 solid;
}

#gallery-content {
    width: 900px;
}



#gallery-content .tabs-strip
{
width:900px;
margin:0 auto;
clear:both;
margin-bottom:35px;
}



#gallery-content .gal-tab-1
{
background:	url(../images/port.jpg) no-repeat;
width:276px;
height:156px;
float:left;
text-align:center;
padding-top:10px;
}

#gallery-content .gal-tab-1:hover
{
background:	url(../images/port-1.jpg) no-repeat;
}


#gallery-content .gal-tab-2
{
background:	url(../images/port.jpg) no-repeat;
width:276px;
height:156px;
float:left;
margin-left:35px;
text-align:center;
padding-top:10px;
}

#gallery-content .gal-tab-2:hover
{
background:	url(../images/port-1.jpg) no-repeat;
}


#gallery-content .gal-tab-3
{
background:	url(../images/port.jpg) no-repeat;
width:276px;
height:156px;
float:right;
text-align:center;
padding-top:10px;
}

#gallery-content .gal-tab-3:hover
{
background:	url(../images/port-1.jpg) no-repeat;
}

