#wrapper{
    width: 550px;
    margin: 0 auto;

}
#gallery{
    width: 550px;
    background: #FFFFFF;
    font-size: 11px;
    font-family: Arial,Helvetica,sans-serif;
    color: #999999;
}
#gallery #images{
    display: none;
}
#gallery a{
    outline: 0 none;
}
#gallery .galleryContainer{
    width: 515px;
    margin: 0 auto;
}

#gallery .bigContainer{
    width: 100%;
    margin: 0 auto;
	text-align:right;
	vertical-align:middle;
}


#gallery .pagination{
    padding: 11px 0;
    text-align: right;
}
#gallery .thumbs{
    position: relative;
    width: 515px;
    height: 34px;
    margin-bottom: 10px;
}
#gallery .thumbsInner{
    overflow: hidden;
}
#gallery .thumbs img{
    visibility: hidden;
    width: 47px;
    margin-right: 5px;
    cursor: pointer;
}
#gallery .position{
    position: absolute;
    width: 9px;
    height: 5px;
    left: 20px;
    top:-8px;
    background: url("../img/arrowPosition.gif") no-repeat 0 0;
}
#gallery .arrowBigLeft{
    display: block;
    position: absolute;
    left: -17px;
    top: 124px;
    width: 15px;
    height: 95px;
    background: url("../img/arrowsBig.gif") no-repeat 0 0;
}
#gallery .arrowBigRight{
    display: block;
    position: absolute;
    right: -17px;
    top: 124px;
    width: 15px;
    height: 95px;
    background: url("../img/arrowsBig.gif") no-repeat 0 100%;
}
#gallery .arrowSmallLeft{
    display: block;
    position: absolute;
    left: -13px;
    top: 10px;
    width: 11px;
    height: 14px;
    background: url("../img/arrowsSmall.gif") no-repeat 0 0;
}
#gallery .arrowSmallRight{
    display: block;
    position: absolute;
    right: -13px;
    top: 10px;
    width: 11px;
    height: 14px;
    background: url("../img/arrowsSmall.gif") no-repeat 0 100%;
}
#gallery .mainImage{
    position: relative;
	width:515px;
	height:343px;
	text-align:center;
	vertical-align: middle;
	background-color:#fff;
}
#gallery .title2{
    height: 14px;
    padding-top: 4px;
}
#gallery .control{
    overflow: hidden;
    height: 40px;
}
#gallery .control a{
    display: block;
    float: right;
    width: 79px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    background: url("../img/buttonBg.gif") no-repeat 0 0;
}
#gallery .control .seconds{
    float: right;
    height: 20px;
    width: 45px;
    padding: 0 10px;
    line-height: 20px;
    text-align: center;
    color: #444444;
}
#gallery .control .progress{
    float: right;
    width: 80px;
    height: 10px;
    margin: 5px 0;
    background: #BBBBBB;
}
#gallery .control .progress div{
    width: 80px;
    height: 10px;
    background: #F0F7FD;
}