div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 450px; 
	position:relative;
	top:-30px;
	left:50px;
}
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 {
	position:relative;
	margin-top: 5px;
	height: 25px;
	left:10px;
	
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
	
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	width:400px;
	height: 550px; /* This should be set to be at least the height of the largest image in the slideshow */
	left:-15px;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 400px;
	height: 550px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {
height:550x;
width:400px;
 
}
div.slideshow img{
min-width:400px;
max-width:100%; 
max-height:550px;
max-height:100%;
margin:auto;
-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
 

div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: -18px;
	left:15px;
	height:550px;
	width:400px;
}
div.slideshow a.advance-link {
	display: block;
	width: 400px;
	height: 550px; /* This should be set to be at least the height of the largest image in the slideshow */
	/*line-height: 502px;  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: 0px solid #ccc;
}
div.download {
	float: right;
}
div.caption-container {
	back
}
span.image-caption {
	display: block;
	position: relative;
	top:635px;
	
}
div.caption {
	background-color: #fff;
	padding: 5px;
	color: #00F;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
	height:auto;
	border-width: 1px; border-style: inset; border-color:  #999;
	position:relative;
	left:15px;
	width:400px;
	min-height:75px;
	max-height:auto;
	margin-bottom:30px;
}
div.caption a {
	color: #fff;
}
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;
	width:500px;
	
}
ul.thumbs li {
	float: left;
	padding: 0;
	
	list-style: none;
	
}
a.thumb {
	padding: 2px;
	display: block;
	border: 0px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: ;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	
}
div.pagination {
	clear: both;
	
}
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-right: 2px;
	
	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;
}
.inner_link{
	
	background-color:#ccc; height:30px; width:160px; color:#000; padding:5px; font-weight:bold; -moz-border-radius: 10px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	
			}
			
.inner_link over{
	
	background-color:#fff; height:30px; width:160px; color:#000; padding:5px; font-weight:bold;
	 -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	
			}
 #innerMenu
        {
            padding:0;
            margin:0;
            list-style-type:none;
            font-size:13px;
            color:#717171;
            width:100%;
        }

        #innerMenu li
        {
            border-bottom:1px solid #000;
            padding:7px 10px 7px 10px;
			background-color:#A9D423;
			-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
        }

        #innerMenu li:hover
        {
            color:#000;
            background-color:#DDCFA2;
        }

        #innerMenu a:link
        {
            color:#000;
            text-decoration:none;
        }

        #innerMenu a:hover
        {
            color: #03F;
        }
		
.Advertisement {
	
	background-color: #F0E9D3;
	padding: 5px;
	color: #00F;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
	border-width: 1px; border-style: inset; border-color:  #B8B19A;
	position:relative;
	left:500px;
	top:-90px;
	width:412px;
	min-height:130px;
	max-height:auto;
}

.Advertisement1 {
	
	background-color: #F0E9D3;
	padding: 5px;
	color: #00F;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
	border-width: 1px; border-style: inset; border-color:  #B8B19A;
	position:relative;
	left:500px;
	top:-66px;
	width:412px;
	min-height:160px;
	max-height:auto;
}

.Advertisement2 {
	
	background-color: #F0E9D3;
	padding: 5px;
	color: #00F;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
	border-width: 1px; border-style: inset; border-color:  #B8B19A;
	position:relative;
	left:500px;
	top:-66px;
	width:412px;
	min-height:150px;
	max-height:auto;
}

.submit {
	
	float:right;
	
	position:relative;
	left:472px;
	top:-105px;
	width:250px;
	min-height:40px;
	max-height:auto;
}

.button {
	
	/*Step 2: Basic Button Styles*/
	display: block;
	height: 30px;
	width: 150px;
	background: #34696f;
	border: 2px solid rgba(33, 68, 72, 0.59);
	
	/*Step 3: Text Styles*/
	color: rgba(0, 0, 0, 0.55);
	text-align: center;
	font: bold 3.2em/100px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	
	/*Step 4: Fancy CSS3 Styles*/
	background: -webkit-linear-gradient(top, #34696f, #2f5f63);
	background: -moz-linear-gradient(top, #34696f, #2f5f63);
	background: -o-linear-gradient(top, #34696f, #2f5f63);
	background: -ms-linear-gradient(top, #34696f, #2f5f63);
	background: linear-gradient(top, #34696f, #2f5f63);
	
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	
	-webkit-box-shadow: 0 8px 0 #1b383b;
	-moz-box-shadow: 0 8px 0 #1b383b;
	box-shadow: 0 8px 0 #1b383b;
	
	text-shadow: 0 2px 2px rgba(255, 255, 255, 0.2);
	
}