
#container {
	width:350px;
}

#news_container {
	width:297px;
	
}
#products_example {
	width:100%;
	height:auto;
	position:relative;
}

/*
	Slideshow
*/

#products {
	margin-left:0px;
}


#news_products {
	margin-left:32px;
}
/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

#products .slides_container {
	width:285px;
	overflow:hidden;
	float:left;
	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:366px;
	height:274px;
	display:block;
}

/*
	Next/prev buttons
*/

#products .next,#products .prev {
	position:absolute;
	top:127px;
	left:4px;
	width:21px;
	height:0;
	padding-top:21px;
	overflow:hidden;
	display:block;
	z-index:101;
}


#products .prev {
	background:url(../img/arrow-prev.png);
}

#products .next {
	left:286px;
	background:url(../img/arrow-next.png);
}

#news_products .next,#news_products .prev {
	position:absolute;
	top:274px;
	left:24px;
	width:21px;
	height:0;
	padding-top:4px;
	overflow:hidden;
	display:block;
	z-index:101;
}

#news_products .prev {
	background:url(../img/arrow-prev.png);
}


#news_products .next {
	background: url("../img/arrow-next.png") repeat scroll 0 0 transparent;
    left: 178px;
}

#news_products .slides_container {
    display: none;
    float: left;
    
    position: relative;
    width: 161px;
}


#news_products_example
{
	width:160px;
	height:600px;
	position:relative;
}

/*
	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:366px;
	height:274px;
	display:block;
}
