
#items_container {
	width: 280px;
	height: 300px;
	overflow: hidden;
	position: absolute;
	color: #333333;
	left:50%;
	margin-left:-138px;
	top:50px;
	z-index:1000;
}

#controls {
	height: 30px;
	position:absolute;
	top:255px;
	z-index:11000;
}

#controls_answers {
	height: 30px;
	position:relative;
	top:240px;
	z-index:11100;
}



div.slide_item {
	width: 276px;
	height: 234px;
	position: absolute;
}

div.first_item {
	left: 0;
}


/* back to post link*/
#goback {
	width: 700px;
	text-align: center;
	margin-bottom: 12px;
	position: absolute;
	bottom: 30px;
}
