body {
	margin: 0;
	padding: 0;
	background-color: #77AABD;
	color: white;
	font: 15px Arial, Verdana;
	width: 780px;
	
	/* border: 1px solid orange; */
}

a, a:hover {
	color: white;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 1px solid Black;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	
}

#main {
	margin: 0;
	padding: 0;
	width: 780px;
	height: 520px;
	background-image: url(/images/gallery/background.jpg);
	
	/* border: 1px solid red; */
}


#big {
	text-align: center; 
	position: absolute;
	top: 60px;
	left: 15px;
	width: 620px;
	height: 420px;
	vertical-align: center;
	
	/* border: 1px solid yellow; */
}


#previous, #next {
	position: absolute;
	top: 485px;
}

#previous img, #next img, #up img, #down img {
	border: 0;
}

#previous {
	left: 15px;
}

#next {
	left: 610px;
}


#title {
	position: absolute;
	top: 490px;
	left: 46px;
	width: 560px;
	padding: 0;
	text-align: center;
}

#up, #down {
	position: absolute;
	left: 696px;
}

#up {
	top: 30px;
}

#down {
	top: 483px;
}

#container {
	position: absolute;
	top: 60px;
	left: 650px;
	overflow: hidden;
	width: 120px;
	height: 420px;
	
	/* border: 1px solid green; */
	}

#list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#list li {
	padding: 2px;
	text-align: center;
}


#albums {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	width: 250px;
	position: absolute;
	top: 21px;
	left: 275px;
	color: white;
	background-color: #5F95B9;
}



#photoCurrent{
	width:480px;
	height:330px;
	float:left;
	margin: 0 10px 0 10px;
}
.gallery_globalview, 
.jcarousel-skin-tango .jcarousel-container-horizontal{
	width:398px !important; 
	height:330px !important; 
	float:left !important; 
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width:398px !important; 
	height:330px !important; 
}

.thumbnail,
.jcarousel-skin-tango .jcarousel-item-placeholder,
.jcarousel-skin-tango .jcarousel-item-horizontal,
.jcarousel-skin-tango .jcarousel-item
 {
	width:83px !important;
	height:53px !important;
	text-align:center !important;
	float:left !important;
	margin:0 8px 10px 0 !important;

}

