
#glass{
	width:548px;
	height:260px;
	float: left;
	overflow:hidden;
	position:relative;
}

.horizontal #imgSlide{
	height:260px;
	position:relative;
	background: url(../images/rightPanelImgBg.png) no-repeat left center;
	margin:0 auto 0;
	z-index:10;
	overflow:hidden;
}
	
#carousel_clip #icarousel li img{
	height:100%;
	width:100%;
	display: block;
}
	
#imgSlide #carousel_clip #icarousel li{
	position:relative;
	float:left;
	margin:0;
	padding:0;
}	
	
.horizontal #imgSlide #carousel_clip #icarousel li{
	height:260px;
	width:548px;
	list-style: none;
}
	
.horizontal #imgSlide #carousel_clip{
	height:260px;
	width:548px;
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
	z-index:150;
}
	
#imgSlide #carousel_clip #icarousel{
	position:absolute;
	left:0;
	top:0;
	margin:0;
	padding:0;
}
	
.horizontal #imgSlide .controls, .vertical #imgSlide .controls{
	width:48px;
	height:22px;
	background: url(../images/controls.png) no-repeat left top;
	position:absolute;
	left:86%;
	top:77%;
	bottom:75px;
	margin-left:-69px;
	z-index:1100;
	display:block;
}

.app_prev{
	width:22px;
	height:22px; 
	left:0;
	top:0;
	display:block;
	position:absolute;
	-moz-outline-color: transparent;
}

.app_next{
	width:22px;
	height:22px; 
	right:0;
	top:0;
	display:block;
	position:absolute;
	-moz-outline-color: transparent;
}



