.wrapper {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	width: 98%;
	height: 127px;
	padding: 10px;
	position: relative;
	margin: 0 auto
}

.caroufredsel_wrapper {
	border-radius: 9px;
	margin : 0 auto !important;
}

.carousel a {
	margin: 0 5px;
	float: left;
}

.prev, .next 
{
	background: transparent url( ../images/carousel_control.png ) no-repeat 0 0;
	text-indent: -999px;
	display: block;
	overflow: hidden;
	width: 15px;
	height: 21px;
	position: absolute;
	top: 50%;
    z-index: 20;
}

.next {
	background-position: 0 0;
	float:left;
	left: 2px;
}

.next:hover {
	/*left: 2px;*/
}			

.prev {
	background-position: -18px 0;
	float:right;
	right: 2px;
}

.prev:hover {
	/*right: 2px;*/
}				

.pager {
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
}

.pager a
{
	background: transparent url(../images/carousel_control.png) no-repeat -2px -32px;
	text-decoration: none;
	text-indent: -999px;
	display: inline-block;
	/*overflow: hidden;*/
	width: 8px;
	height: 8px;
	margin: 0 5px 0 0;
}

.pager a.selected 
{
	background: transparent url(../images/carousel_control.png) no-repeat -12px -32px;
	text-decoration: underline;				
}

.editPicBlock {
	float: right;
	margin: 5px;
}

           