.carrousel_container {
	width:660px;
	position:relative;
	z-index:0;
}
.author_container .carrousel_container
{
    width:160px;
    height:160px;
    float:left;
}

.carrousel {
	width:660px;
	height:350px;
	position:relative;
}
.author_container  {
    width:160px;
/*    height:160px;*/
    position:relative;
}
.author_container .carrousel_container .carrousel
{
    width:160px;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
    width:660px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:660px;
	height:320px;
	display:block;
}

.slides_container a img {
	display:block;
}

.author_container .slides_container,
.author_container .slides_container a
{
    width:160px;
}

/*
	Next/prev buttons
*/

#slides:hover .next,
#slides:hover .prev
{
    opacity:1;
}

#slides .next,#slides .prev {
	position:absolute;
	top: 150px;
	left:20px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
    opacity:0;
}

#slides .next {
	left: 620px;
}

/*
	Pagination
*/

.pagination {
	margin:10px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(/img/slides/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}
