
/* single item */
.thumbs  {
	float:left;
	width:232px;
	height:290px;
	background:#333 url(../images/cadre_video.png) repeat-x 0 160px;
	color:#fff;
	border:1px solid #333;
	cursor:pointer;
}
/* style when mouse is over the item */
.thumbs:hover {
	background-color:#444;	
}
/* style when element is active (clicked) */
.thumbs:active, .thumbs:visit{
	background-color:#066;
	cursor:default;
}
.thumbs h3, .thumbs p, .thumbs span {
	margin:7px;		
	font-size:13px;
	color:#fff;	
}

.thumbs p.desc {
font-size:10px}


.thumbs2  {
	float:left;
	width:223px;
	height:290px;
	background:#333 url(../images/cadre_video.png) repeat-x 0 160px;
	color:#fff;
	border:1px solid #333;
	cursor:pointer;
}
/* style when mouse is over the item */
.thumbs2:hover {
	background-color:#444;	
}
/* style when element is active (clicked) */
.thumbs2:active, .thumbs:visit{
	background-color:#066;
	cursor:default;
}
.thumbs2 h3, .thumbs2 p, .thumbs2 span {
	margin:7px;		
	font-size:13px;
	color:#fff;	
}


/* single item */
.thumbs3  {
	float:left;
	width:232px;
	height:165px;
	background:#333 url(../images/cadre_video.png) repeat-x 0 160px;
	color:#fff;
	border:1px solid #333;
	cursor:pointer;
}
/* style when mouse is over the item */
.thumbs3:hover {
	background-color:#444;	
}
/* style when element is active (clicked) */
.thumbs3:active, .thumbs3:visit{
	background-color:#066;
	cursor:default;
}
.thumbs3 h3, .thumbs3 p, .thumbs3 span {
	margin:7px 7px 7px 7px;		
	font-size:14px;
	color:#fff;
	font-variant:small-caps;
}

.thumbs3 p.desc {
font-size:10px}


