body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
}

.wrapper{
	width: 940px;
	margin: 0 auto;
	display:table;
}
.content{
	float:left;
	height:auto !important;
	min-height:400px;
	padding:20px 10px 10px;
	width:auto;
	background: #fff;
}
.footer{
	width: 920px;
	height: 100px;
	float: left;
}
/* Album */
.albums {
	clear:both;
}
.album-item {
	border: 2px solid #ddd;
	float:left;
	padding: 2px;
	width: 30%;
	height: 50px;
	margin: 0 10px 10px 0;
	overflow: hidden;
	cursor: pointer;
}
.current {
	background-color: #E7E4E9;
	border: 2px solid #E5352D;
}
.album-item img {
	vertical-align:middle;
}
/* Carousel */
.arrow{
	display: block;
	float: left;
	width: 20px;
	height: 76px;
}
.arrow a{
	display: block;
	float: left;
	width: 20px;
	background: url(images/arrow-gallery.jpg) 0 0 no-repeat;
	height: 76px;
}
.arrow a.left{
	background-position: -5px 20px;
}
.arrow a.left:hover{
	background-position: -65px 20px;
}
.arrow a.right{
	background-position: -35px 20px;
}
.arrow a.right:hover{
	background-position: -95px 20px;
}

.carousel{
	width:506px;
	height:76px;
	padding: 0;
	/*margin: 0 0 50px;*/ 
	/*float:left;*/
	margin: 0 auto 20px;
}

.mask {
	position: relative;
	width: 456px;
	height: 76px;
	overflow: hidden;
	float: left;
	margin: 0 5px;
}
.box{
	position: absolute;
}
.box div.item{
	display: block;
	float: left;
	padding: 3px;
	width: 70px;
	height: 70px;
	overflow: hidden;
	text-align: center;
}
#cont-item {
	display: none;
}
.loader {
	background: url(images/loader.gif) no-repeat center center;
}


.full-content{
	border: 2px solid #42A62A;
	width: 506px;
	margin: 0 auto 10px;
	text-align: center;
	padding: 5px;
}
.image-content {
	width: 400px;
	height: 400px;
	overflow: hidden;
	margin: 0 auto;
	background: url(images/loader.gif) no-repeat center center;
}
.btn-content {
	padding: 5px 0;
}
a.btn-down {
	text-decoration:none;
	background-color: #E5352D;
	color: white;
	padding: 3px 7px;
	font-size: 13px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

a.btn-down:hover{
	background-color: #42A62A;
	color: #fff;
}

a.btn-down:active{
	background-color: #333;
}