.sliderRelatedContent {
 width: 600px;
 height: 420px;
 margin: 0 auto;
 padding-top: 30px;
}
.sliderRelatedContent ul {
 list-style-type: none;
}
.sliderRelatedContent ul li {
 float: left;
 width: 152px;
 height: 172px;
 margin: 10px 50px;
 text-align: center;
}
.sliderRelatedContent ul li a {
 font-size: 14px;
 color: #fff;
 text-decoration: none;
}
.sliderRelatedImg {
 display: block;
 margin-bottom: 8px;
 width: 150px;
 height: 112px;
 border: 1px solid #fff;
}
.sliderRelatedTitle {
 display: block;
 //height: 30px;
 overflow: hidden;
}
 
#mainContent {
    padding: 10px 0;
        position: relative;
        z-index: 100000;
        left: 0;
        top: 0;
        width: 660px;
        height: 660px;
        overflow: visible;
}
.previous{
    float:left;
}
.next{
   float:right;
}
.image_content{
   width: 640px;
   float: left;
   height: 540px;
   background: #000;
}
.ad_content{
   float:left;
}
.navigation {
   padding: 10px 20px;
}
.galTitle {
        color: #fff;
        font-size: 16px;
        float: left;
        width: 450px;
}
.galNav {
        float: right;
        width: 135px;
}
.prevNav {
        float: left;
        margin: 0 10px;
}
.nextNav {
        float: left;
        margin-left: 10px;
}
.imgNos {
        color: #fff;
        font-size: 16px;
        float: left;
        text-align: center;
        padding-top: 5px;
}
.clear{clear:both;}
.rightContent {
        border-left: 1px solid #676767;
        padding: 5px 10px;
    float: left;
    width: 325px;
    height: 650px;
        position: absolute;
        left: 640px;
        background: #222222;
        z-index: 10001;
}
/*
.second_half {
        position: absolute;
	padding-top:20px;
	left: 3px;	
}
*/
.iframe_content {
        text-align: center;
        position: relative;
        height: 460px;
}
.iframe_content .sliderImg{
        padding: 5px;
        background: #fff;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        
}
.iframe_content .prevNav {
        position: absolute;
        top: 50%;
        left: 10px;
}
.iframe_content .nextNav {
        position: absolute;
        top: 50%;
        right: 20px;
}
.para_head h2{
        color: #fff;
        margin-bottom: 15px;
        font-size: 20px;
        font-weight: bold;
}
.para_text {
	height: 235px;
	overflow: auto;
	padding-right: 10px;
        color: #fff;
        font-size: 14px;
}
.fullscreen {
        font-size: 14px;
        color: #fff;
        padding-bottom: 10px;
        padding-top: 5px;
        margin-bottom: 10px;
        border-bottom: 1px solid #a8a8a8;
}
.fullscreen a {
        /*background: url(/images/fullscreen.png) no-repeat left center;*/
        padding-left: 5px;
        color: #fff;
        text-decoration: none;
}
.closeFrame {
        position: absolute;
        right: 10px;
        top: 10px;
}
#frame-fancybox-overlay.overlay-fixed {
    bottom: 0;
    position: fixed;
    right: 0;
}
#frame-fancybox-overlay {
        background: none repeat scroll 0 0 #000000;
    display: none;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 8010;
}
.image_carousel {
        padding: 0px 0 0px 30px;
        position: relative;
        height: 120px;
        overflow: hidden;
        background: #000 url(/images/sliderBgStrip.jpg) repeat-x left top;
        margin-top: 0px;
        width: 610px;
        float: left;
}
.image_carousel img {
        border: 3px solid #000000;
        background-color: #000000;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin: 10px 2px;
        display: block;
        float: left;
}
.image_carousel img:hover {
        border: 3px solid #ccc;
        background: #ccc;
}
.image_carousel img.image_carousel_active {
        border: 3px solid #ccc;
        background: #ccc;
}
.image_carousel a{
        position: relative;
        float: left;
}
.image_selected {
        position: absolute;
        top: 0px;
        left: 46px;
        z-index: 100000;
        background: url(/images/selected-arrow.png) no-repeat left top;
        width: 22px;
        height: 10px;
}
a.prev, a.next {
        background: url(/images/miscellaneous_sprite.png) no-repeat transparent;
        width: 45px;
        height: 50px;
        display: block;
        position: absolute;
        top: 30px;
}

a.prev {                        left: 0px;
                                        background-position: 0 0; }
a.prev:hover {          background-position: 0 -50px; }
a.prev.disabled {       background-position: 0 -100px !important;  }
a.next {                        right: 0px;
                                        background-position: -50px 0; }
a.next:hover {          background-position: -50px -50px; }
a.next.disabled {       background-position: -50px -100px !important;  }
a.prev.disabled, a.next.disabled {
        cursor: default;
}

a.prev span, a.next span {
        display: none;
}

.clearfix {
        float: none;
        clear: both;
}
.onoff{
	position:absolute;
	margin-left: 45px;
	margin-top: -28px;
}
.show_div{
	display:block;
}
.hide_div{
	display:none;
}
