div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:left; /* This defines where the main image display area position */
	width:660px; 
	background-color: #000; /* this define the main image display area bg & fix the shining dots issues */
	margin-right: 20px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #333;
}

div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: none;
	color: #fe7e00;/*fe7e00*/
}
div.controls {
	background-color: #FFF;
	padding: 5px 0 0 0;
	margin-top:0;
	height: 30px;
}
div.controls a {
	
	color: #333;
}
div.ss-controls {
	background-image: url('../images/ss-controls.png');
	background-repeat: no-repeat;
	background-color: #fff;
	width: 131px;
	height: 25px;
	float: left;
	padding: 5px 0 0 11px;
	
	
}
div.nav-controls {
	background-image: url('../images/nav-controls.png');
	background-repeat: no-repeat;
	background-color: #fff;
	width: 179px;
	height: 25px;
	float: right;
	padding: 5px 0 0 10px;
	
}
div.btn {
	background-image: url('loader.gif');
}

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 660px;
	height: 433px;
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: none;  /*This define the alignment of the main images */
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
	height: 433px; /*-- main image border */
	background-color: #333;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	width: auto;
	clear: both;
	border: 1px solid #ccc;
	background:#f6f6f6 url(../images/embox.png) repeat-x 0 0; overflow:hidden; 
	padding: 5px 15px 15px 15px;
	background-color: #f6f6f6;
}
div.image-title {
	float: left;
	font-weight: bold;
	padding: 5px 5px 0 0;
}

div.image-desc {
	float: left;
	padding: 5px 0 0 0;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
	 
}
ul.thumbs {
	clear: both;
	width: 166px;
	margin: 0;
	margin-top: 30px;
	padding: 0;
	background-color: #333;
	/*background-color: #999; thmb nail bg */

}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
a.thumb {
	padding: 3px;
	display: block;
	border: 1px solid #666;
	background-color: #FFF;
}
ul.thumbs li.selected a.thumb {
	background-color: #fe7e00;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-top: 8px;
	height: auto;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	background-image: url('../images/btn_bg.png');
	background-repeat: repeat-x;
	display: block;
	float: left;
	margin-right: 2px;
	padding: 3px 7px 3px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-image: url('../images/btn_bg_trans.png');
	background-repeat: repeat-x;
	background-color: #ededed;/*fe7e00*/
	text-decoration: none;
}
div.pagination span.current {
	background-image: url('../images/btn_bg_trans.png');
	background-repeat: repeat-x;
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fe7e00;
}


