@charset "utf-8";
/* CSS Document */

div#tiny_slide div#show div#contenitor img {
	width:300px;
	height:220px;
	position:absolute;
	margin:10px;
	padding:12px 6px;
}
div#tiny_slide {
	margin-top:60px;
}
div#tiny_slide div#show {
	background-color:#036;
	overflow:hidden;
	position:relative;
	float:left;
}
div#tiny_slide div#show #contenitor {
	position:relative;
	left:0;
}
div#tiny_slide #prev, div#tiny_slide #next {
	float:left;
	height:52px;
	width:52px;
	border:none;
	margin:0 5px;
	cursor:pointer;
}
div#tiny_slide #prev {
	background:url(img/prev.png) no-repeat;
}
div#tiny_slide #next {
	background:url(img/next.png) no-repeat;
}
