.collection .menuSectionTitle{
	background-image:url(../img/ui/menu/pat_verde.gif);
}

.collection #header {
	background-color: #99FFCC;
}

.collection .h1Bg {
	background-color: #99FFCC;
}

.collection #content {
	position:absolute; 
	text-align:center;
	margin-left: 0 auto;
	margin-right: 0 auto;	
	width:800px;
	height: 450px;
	top:50%; 
	left:50%; 
	margin:-225px auto auto -400px;
}

.collection #poster {
	
}

.collection .smallPoster {
	position:absolute; 
	text-align:center;
	margin-left: 0 auto;
	margin-right: 0 auto;	
	width:640px;
	height: 900px;
	top:50%; 
	left:50%; 
	margin:-450px auto auto -320px;
}

.collection .smallPoster:hover {
	cursor:pointer;
}

.collection .bigPoster {
	position:relative;
	text-align:left;
}

.collection .loadingPoster {
	position:absolute; 
	text-align:center;
	margin-left: 0 auto;
	margin-right: 0 auto;	
	width:265px;
	height: 199px;
	top: 	50%; 
	left:	50%; 
	margin:-99px auto auto -132px;
}

.bigDetail {
	
}

#togglePoster {
	z-index:100;
	width: 120px;
	position: fixed;
	top:  3px;
	right: 3px;
	background-color:#99FFCC;	
	padding-top:0px;
	padding-bottom:0px;
}

#togglePoster a {
	display:block;
	position:relative;
	top:0;
	height:13px;
	padding-top:0;
	padding-bottom:2px;
}

.posterSizeButton {
	padding-left: 13px;
	background-image:url(../img/ui/checkbox_off.gif);
	background-position: 3px 4px;
	background-repeat:no-repeat;
}


.smallPosterCheckBox {
	background-image:url(../img/ui/checkbox_off.gif);
}
.bigPosterCheckBox {
	background-image:url(../img/ui/checkbox_on.gif);
}

.posterCheckBox {
	
}