@charset "UTF-8";
@media all
{
   .stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 0;
		}
		
		.slider-wrap {
			position: relative;
			width: 100%;
		}

		.csw {width: 100%; height: 100%; background: #fff;}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { 
			position: relative;
			overflow: hidden; 

                        border-top: 1px solid #FFE4A1;
			margin: auto;
			width: 100%;

		}
		
		.stripViewer .panelContainer { 
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
		}
		
		.stripViewer .panelContainer .panel { 
			float:left;
			height: 100%;
			position: relative;
			width: 700px;;
		}
                .wrapper .more_links{border-top: 1px solid #E3C476; padding-top: .5em;margin-top:1em;}
		.stripViewer .panelContainer .panel .wrapper {
                   padding: 10px 5px; 
                   margin-right:5px;
		}
		
		.stripNav { 
			margin: 0 !important;
                        display:block;
                        width:100% !important;
                        height: 3em;
		}
		
		.stripNav ul { 
			list-style: none;
                        margin:0;padding:0;
		}
		
		.stripNav ul li {
			float: left;
			margin: 0 2px 0 0; 
                        background:transparent none repeat scroll 0% 0%;
		}
		
                body.btts .stripNav a{background: #FFE4A1;}
                body.st .stripNav a{background: #C9DF6F;}

                body.btts .stripNav a.current {background: #FFE4A1;}
                body.st .stripNav a.current{background: #C9DF6F;}

                .stripNav a.current { /* The nav links */
                        opacity: 1;
		}
                .stripNav a:hover,.stripNav a:active,.stripNav a:focus{opacity: 1;}

		.stripNav a { /* The nav links */
			font-size: 100%;
			font-weight: bold;
			text-align: center;
			line-height: 1em;
			text-decoration: none !important;
			display: block;
			padding: 1em;
                        opacity: .7;
                        filter:alpha(opacity=70);
		}
                .stripNavL, .stripNavR{text-indent: -9999px;}
}
