
.gallery{
	width: 904px;
	height: 600px;
	position: relative;
	margin: auto;
	margin-bottom: 30px;
}
.gallery .scrollable{
	width: 904px;
	height: 600px;
	margin: auto;
}

.gallery .scrollable > div{
	float:left;
	width:904px;
	height: 600px;
    background: url("../images/trans.gif") no-repeat scroll center center transparent;
    background-size: cover;
	position: relative;
}
.gallery .scrollable > div > div {
    bottom: -30px;
    color: #777777;
    font-size: 13px;
    height: 20px;
    padding-top: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
}
.gallery .browser{
    position: absolute;
    left 0;
    top: 0;
    right:0;
    width: 100%;
    z-index:500;
}
.gallery .browser a{
    position: absolute;
    left: 0;
    top: 60px;
    display: block;
	width:60px;
	height: 480px;
    background: url("../images/Left-arrow.png") no-repeat scroll center center transparent;
    cursor: pointer;
    opacity: 0.2;
}
.gallery .browser a.next{
    background: url("../images/Right-arrow.png") no-repeat scroll center center transparent;
    left: auto;
    right: 0;
}
.gallery:hover .browser a{
    opacity: 0.5;
}
.gallery .browser a:hover{
    opacity: 1;
}
.gallery .preload{
    display: inline;
    height: 0;
    width: 0;
}
.gallery.captions,
.gallery .scrollable{
	height: 630px;
}
.gallery .scrollable .items > div > div{
    position: absolute;
    left 0;
    bottom: -30px;
    right:0;
    width: 100%;
	height: 20px;
	padding-top: 10px;
	font-size: 13px;
	color: #777777;
	text-align: center;
}

.gallery .navi{
    position: absolute;
    left 0;
    top: 575px;
    right:0;
    width: 100%;
	height: 20px;
	text-align: center;
    z-index:500;
}
.gallery .navi a{
    display: inline-block;
	height: 12px;
	width: 12px;
	background-color: rgba(234, 234, 234, 0.5);
	border-radius: 6px;
	margin: 0 4px;
}
.gallery .navi a:hover{
	background-color: rgba(255, 255, 255, 0.5);
}
.gallery .navi a.cycle-pager-active{
	background-color: rgba(234, 234, 234, 1);;
}