.ui-carousel {
	height: 100px;
	margin: 0 auto;
	overflow: auto;
	padding: 0;
	position: relative; /*for ie7 to work e.g in html carousels*/
	width: 300px
}

.ui-carousel > .wrapper {
    margin: 0;
    padding: 0;
    width: 9999px;
}

.ui-carousel > .wrapper > * {
	border: 0;
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	width: 100px;	
}

.lb_gallery img:hover {
	transition: all 0.5s ease 0s;
	opacity: 0.5;
}

#ui-lightbox-panorama-icon {
	display: none!important;
}
#container {
    margin:0 auto;
    padding-top:30px;
    width:800px
}

#pages {
    height:20px;
    margin:20px auto 0;
    width:140px
}

.bullet {
    background:url(images/img/page-off.png) center center no-repeat;
    display:block;
    width:18px;
    height:18px;
    margin:0;
    margin-right:5px;
    float:left
}