/* @override http://berlinow.com/wp-content/themes/berlinow_beta2/stripviewer.css */

/*preload classes*/
.svw {width: 50px; height: 20px; background: #fff  ;}
.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer { 
position: relative;
overflow: hidden; 
margin: 0 0 1px 0;
width: 960px !important;
max-width: 960px !important;
}
.stripViewer ul { /* this is your UL of images */
margin: 0;
padding: 0;
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
}
.stripViewer ul li {
margin-left: 0;	
float:left;
list-style-type: none;
	position: relative;
}
.stripViewer span.caption {
	position: absolute;
	bottom: 0;
	font: normal 0.5em/1.5 "CabinBold", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 5px 5px 5px 8px;
	height: 36px;
	color: #f1f1f1;
	background-color: rgba(0,0,0,0.6);
	width: 356px;
	right: 0;
	letter-spacing: 0.1em;
	overflow: hidden;
}
.stripTransmitter {
	overflow: auto;
	width: 960px;
	max-width: 960px !important;
	padding-bottom: 10px;
}
.stripTransmitter ul {
margin: 0;
padding: 0;
position: relative;
list-style-type: none;
}
.stripTransmitter ul li{
width: 20px;
float:left;
margin: 0 1px 1px 0;
list-style-type: none;
}
.stripTransmitter a{
font: bold 10px Verdana, Arial;
text-align: center;
line-height: 22px;
background: #000  ;
color: #fff;
text-decoration: none;
display: block;
}
.stripTransmitter a:hover, a.current{
background: #edeae2;
color: #262626;
}

/*tooltips formatting*/
.tooltip
{
padding: 0.5em;
background: #fff  ;
color: #000  ;
border: 5px solid #dedede  ;
}