#gallery{
height:485px;
margin:0 0 10px 0;
overflow:hidden;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////
GALLERY
////////////////////////////////////////////////////////////////////////////////////////////////*/
.gallery{
height:446px;
}
.venue-name{
width:553px;
height:60px;
position:absolute;
margin:10px 0 0 10px;
z-index:20;
}
.gallery p{
line-height:60px;
padding:0 10px 0 130px;
font-size:130%;
font-weight:bold;
float:right;
}
#loading-gif{
width:48px;
height:48px;
padding:152px 261px;
position:absolute;
z-index:5;
}
#preview{
width:569px;
height:352px;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////
carousel
//////////////////////////////////////////////////////////////////////////////////////////////*/
.jcarousel-scope{
position: relative;
width:485px;
_width:570px;
margin:5px 0 0 0;
padding:10px 0 10px 85px;
}
.jcarousel-scope li img{
width:55px;
height:55px;
margin:0 5px 0 0;
padding:3px;
}
.jcarousel-list{overflow:hidden;}
.jcarousel-list li{
float:left;
list-style:none;
padding:0;
}
.jcarousel-next{
position: absolute;
top: 36px;
right:30px;
cursor:pointer;
width:17px;
height:17px;
border:0;
}
.jcarousel-next-disabled{
cursor:default;
opacity:.5;
-moz-opacity:.5;
filter:alpha(opacity=50);
}
.jcarousel-prev{
position:absolute;
top:36px;
left:30px;
cursor:pointer;
width:17px;
height:17px;
border:0;
}
.jcarousel-prev-disabled{
cursor:default;
opacity:.5;
-moz-opacity:.5;
filter: alpha(opacity=50);
}