/*core classes*/
.stripViewer { 
position: relative;
overflow: hidden;  
margin-bottom: -1px;
}
.stripViewer ul { /* this is your UL of images */
margin: 0;
padding: 0;
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
height: 232px;
}
.stripViewer ul li { 
float:left;
}
.stripTransmitter {
overflow: auto;
margin-top: -28px;
position: absolute;
right: 0px;
}
.stripTransmitter ul {
margin: 0;
padding: 0;
position: relative;
list-style-type: none;
}
.stripTransmitter ul li{
width: 20px;
float: left;
margin: 0 1px 1px 0;
}
.stripTransmitter a{
font: bold 10px Verdana, Arial;
text-align: center;
line-height: 22px;
background: url('../images/slider_btn.png') 0 0 no-repeat;
width: 15px;
height: 22px;
color: #fff;
text-decoration: none;
display: block;
}
.stripTransmitter a:hover, a.current{
background: url('../images/slider_btn_hover.png') 0 0 no-repeat;
width: 15px;
height: 16px;
color: #ff0000;
}

/*tooltips formatting*/
.tooltip
{
padding: 0.5em;
background: #fff;
color: #000;
border: 5px solid #dedede;
}
.slide_bottom_left{
	background: url('../images/slide_bottom_left.png') -1px 1px no-repeat;
	height: 10px;
	width: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 99;
	display: none;
}
.slide_bottom_right{
	background: url('../images/slide_bottom_right.png') 1px 1px no-repeat;
	height: 10px;
	width: 10px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 99;
	display: none;
}
#mygalone {
	 border: 1px solid #cfcfcf;
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
    position: relative;
	behavior: url('templates/homepage/css/PIE.htc');
	border-right:none;
	border-left:none;
	border-top:none;
}
#mygalone img {
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
    position: relative;
	behavior: url('templates/homepage/css/PIE.htc');
	border-right:none;
	border-left:none;
	border-top:none;
}