
#produc{
	width:960px;
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
	margin-bottom: -83px;
}

#example {
	width:846px;
	height:468px;
	position:relative;
	background-image:url(../images/slider_pro/example-frame.png);
	margin:0 auto;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

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

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:15px;
	left:9px;
	z-index:100;
}

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

.slides_container {
	width:828px;
	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 div.slide {
	width:828px;
	height:434px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:170px;
	left:-49px;
	width:56px;
	height:56px;
	display:block;
	z-index:101;
}

#slides .next {
	left:820px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
	visibility:hidden;
}

.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(../images/slider_pro/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

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

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom: 3px;
	left:4px;
	height:auto;
	padding:4px 5px;
	background-color: RGBA(77, 76, 76, 0.8);
	background-position: center bottom;
	width:810px;
	color:#fff;
	text-shadow:none;
	border-radius: 8px;
}

#name_pro {
	left:4px;
	height:auto;
	width:auto;
	float:left;
	padding-left: 4px;
}

#name_pro p {
	text-align: left;
	font-family: "Questrial-Regular";
	font-size: 18px;
	font-weight: bold;
}


#des_pro {
	height: auto;
	float: right;
	width: 610px;
	margin-right: -1px;
}

#des_pro p {
	text-align: left;
	font-family: "Questrial-Regular";
	font-size: 13px;
	font-weight: 500;
	line-height: 16px;
}
