
/**
 @ demo */
.switchable-box {
	position:relative;
	width:100%;
	overflow:hidden;
	height:180px;
}

.switchable-content {
	padding-left:0;
	margin:0;
}
.switchable-content img{
	width:100%;
	height:100%;
}
.switchable-content > a {
display:block;
}
.switchable-panel {
position:absolute;
width:100%;
}
.switchable-panel img {
	width:100%;
	height:auto;
}
.switchable-caption {
	display:none;
	position:absolute;
	left:0;
	bottom:0;
	z-index:8;
	padding:5px 10px;
	overflow:hidden;
	width:100%;
	opacity:0.8;
	color:#FFFFFF;
	background-color:#000000;
}
.ui-arrow a {
	display:block;
	position:absolute;
	top:45%;
	z-index:9;
	width:30px;
	height:30px;
	text-indent:-9999px;
	background:url("../img/arrows.png") no-repeat 0 0;
	cursor:pointer;
}
.ui-arrow .ui-prev {
	left:15px;
}
.ui-arrow .ui-next {
	right:15px;
	background-position:-30px 0;
}
.switchable-nav {
	text-align:center;
}
.switchable-nav li {
	display:inline-block;
	*display:inline;
	zoom:1;
	width:22px;
	height:22px;
	margin:0 2px;
	text-indent:-9999px;
	*text-indent:0;
	*font-size:0;
	overflow:hidden;
	background:url("../img/bullets.png") no-repeat 0 0;
	cursor:pointer;
}
.switchable-nav li.active {
background-position:0 -22px;
}

ol{-webkit-padding-start:0px;-webkit-margin-before: 0px;-webkit-margin-after: 0px;padding:3px 0px;}

