/*
Author : Onextrapixel
URL: http://www.onextrapixel.com
*/
#wrap {
	margin:10px auto;
	width:300px; 
}
#wrap_pra {
	margin:auto;
	width:600px; 
}

/************************************************
	      JCAROUSEL LITE		
************************************************/
#list {
	border: 1px solid red;
	height:53px;
	width:506px; 
	margin:30px auto; 
	float:left;
}

.prev {
	cursor:pointer; 
	position: relative;
	z-index:100;
}

.next {
	cursor:pointer; 
	position: relative;
	z-index:100;
}

#list_pra {
	height:73px;
	width:570px; 
	margin:30px auto; 
	float:left;
}
.prev_comments {
	cursor:pointer; 
	position: relative;
	z-index:100;
}

.next_comments {
    cursor:pointer;
    position: relative;
	z-index:100;
}
/************************************************
	      CAPTIFY CAPTION		
************************************************/
.caption-top, .caption-bottom {
	color: #ffffff; 
	cursor:default;
	padding:2px; 
	font-size:11px;   
	text-align:center;
}

.caption-top {
	border-width:0px;
}

.caption-bottom {
	border-width:0px;
}

.caption a, .caption a {
	background:#000;
	border:none; 
	text-decoration:none;  
	padding:2px;
}

.caption a:hover, .caption a:hover {
	background:#202020;
}

