div#content {
	display: none;
	float:right;
	width:550px;
}
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 {
		width:586px;
		overflow:hidden;
		padding:7px;
        font-weight:bold;
        -moz-border-top-radius: 6px; 
        -webkit-border-top-radius: 6px; 
        border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		 background-color:#63c2f4;
		border:1px solid #2db0f4; 
}
div#controls a {
	background-color:#eeecec;
    border:2px solid #ccc;
    color:#2db0f4;
    font-weight:bold;
	font-size:11px;
	padding:0 2px;
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
    border-radius: 8px;
	margin-left:5px; 
}

div#controls a:hover
{
	color:#565050;
	    border:2px solid #565050;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div#loading {
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 500px;
	height: 375px;
}
div#cad_slideshow
{
	width:600px;
	min-height:400px;
        background-color:#fff;
        -moz-border-top-radius: 6px; 
        -webkit-border-top-radius: 6px; 
        border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		border:1px solid #ccc;
	
}
div#slideshow 
{
	margin:30px;
}
div#slideshow span.image-wrapper {
	padding-bottom: 12px;
}
div#slideshow a.advance-link {
	padding: 2px;
	display: block;
}
div#slideshow img {
	border: 0;
	display: block;
	margin:auto;
	overflow:hidden;
	*text-align:center;
}
div.download {
	float: right;
}
div.embox {

	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {

}
ul.thumbs {
	margin-top: 20px;
	margin-left:20px;
	padding: 0;
	width:600px;

}


ul.thumbs li {
	float: left;
	width:140px;
	height:120px;
	padding: 0;
	border:0;
	margin: 5px 5px 5px 0;
	list-style: none;
}

a.thumb {
	padding:2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background-color: #ff6600;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	margin:auto;
	overflow:hidden;
	*text-align:center;
}
div.pagination {
	float:left;
	display:block;
	width:500px;
	margin:auto;
	overflow:hidden;
	text-align:center;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}

div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-left:5px;
        border:2px solid #ccc;
        color:#ff6600;
        font-weight:bold;
        background-color:#fff;
        -moz-border-radius: 6px; 
        -webkit-border-radius: 6px; 
        border-radius: 6px;
}
div.pagination span.ellipsis {
	border:none;
	padding: 5px 0 3px 2px;
}
div.pagination a:hover {
        border:2px solid #ccc;
        color:#fff;
        background-color:#ff6600;
        -moz-border-radius: 6px; 
        -webkit-border-radius: 6px; 
        border-radius: 6px; 
}
div.pagination span.current {
        border:2px solid #ccc;
        background-color:#ff6600;
        color:#ffffff;
        font-weight:bold;
        -moz-border-radius: 6px; 
        -webkit-border-radius: 6px; 
        border-radius: 6px; 
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}
