
div#frontbox {
float:left;
width:620px;
height:241px;
position:relative;
overflow:hidden;
z-index:1;
max-height:241px;
}
div#banner {
width:393px;
height:239px;
}
div#mainbox {
width:393px;
height:239px;
border-top:1px solid #000000;
border-left:1px solid #000000;
border-bottom:1px solid #000000;
overflow:hidden;

}

div#gallery {
height:239px;
width:394px;
float:left;
background:#FFFFFF;
}
div#thumbs {
float:left;
width:225px;
background:#000000;
}
div#thumbstop {
height:10px;
background:#2d2d2d;
}
div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
font-family:Arial;
	width: 306px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	width:500px;
	height: 239px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {

	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 393px;
	height: 239px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;

}
div.slideshow a.advance-link {
	/*display: block;*/
	width: 306px;
	height: 239px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 239px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	border: none;
	width:400px;
	min-height:240px;
	position:absolute;
	top:0px;
	left:0px;
}
div.download {
	float: right;
}
div.caption-container {

}
.ca1 {
color:#FFFFFF;
font-weight:bold;
font-size:13px;
}
.ca2{
font-weight:normal;
font-size:11px;
}
span.image-caption {
	display: block;
	bottom:-2px!important;
	width:500px!important;
	position: absolute;
	left:0px!important;
}
div.caption {
	background-color: #000;
	padding: 12px;
	color: #fff;
	position:relative;
	filter: alpha(opacity = 70);
	font-size:14px;
	text-align:left;
}
div.caption a {
	color: #fff;
	float:right;
	font-size:12px;
	padding:1px 0 0 0;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
background:#000000;
border-top:1px solid #cecece;
border-right:1px solid #cecece;
}




ul.thumbs li {
	padding: 0;
	margin:0px;
	list-style: none;
	overflow:hidden;


}


ul.thumbs .t1{
overflow:hidden;
}
.thumbdesc {
color:#616161;
font-size:11px;
font-family:Arial;
position:relative;
padding:15px;

line-height:16px;
height:30px;
margin-bottom:-60px;
}


.thumbdesc .thumbtitle {
font-weight:bold;
font-size:13px;
font-family:Arial;
color:#616161;
margin-bottom:3px;
}
.selected .thumbdesc  {
margin:0 0 0 8px;
color:#FFFFFF!important;
}
.selected .thumbdesc .thumbtitle {
color:#FFFFFF!important;
}
a.thumb {
	padding: 0px;
	display: block;
		text-decoration:none;
}



ul.thumbs li.selected{
	background: url('/images/smbg2.png');
	width:233px;
	height:60px;
}

ul.thumbs li.selected a.thumb {
	width:233px;
	height:60px;
	 
}
a {
	outline: none!important;
}

ul.thumbs li {
/*border-bottom:1px solid #050505;*/
height:60px;
}
ul.thumbs img {
	height:60px;
	width:225px;
}

ul.thumbs .selected img {
display:none;
}

ul.thumbs .selected {
height:60px;
width:233px;
position:relative;
right:8px;

}















div.pagination {
	clear: both;
}

div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
#captionToggle a {
	float: right;
	display: block;
	background-image: url('caption.png');
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 5px;
	padding: 5px 30px 5px 5px;
}
