#carousel_box {
	background: url(carousel_bg.png) no-repeat #000;
}
#carousel_box.food, #content.blog.single_food  {
	border: 10px solid #0084bf;
}
#carousel_box.families, #content.blog.single_families {
	border: 10px solid #f6d500;
}
#carousel_box.fashion, #content.blog.single_fashion {
	border: 10px solid #b332f0;
}
/*end of single post borders */
#carousel {
	margin: 20px 0;
	position: relative;
}
/* main area of the carousel */
#slides {
	overflow:hidden;
	/* fix ie overflow issue */
	position:relative;
	width:600px;
	height:440px;
	margin-left: 55px;
}
#slides ul {
	position:relative;
	left:0;
	top:0;
	list-style:none;
	margin:0;
	padding:0;
	width:1800px;
}
#slides li {
	width:600px;
	height:440px;
	float:left;
}
#slides li .carousel_entry {
	clear: both;
	height: 120px;
	margin-bottom: 40px;
}
#slides li img, .single_carousel_entry img {
	margin-right: 20px;
	display: block;
	float: left;
}
#slides li div.carousel_meta, .single_carousel_entry div.carousel_meta {
	float: left;
	width: 180px;
	margin-top: 25px;
}
#slides li div.carousel_meta h3, .single_carousel_entry div.carousel_meta h3 {
	font-size: 1.8em;
	margin-left: 4px;
}
#slides li div.carousel_meta a.carousel_vote, .single_carousel_entry div.carousel_meta a.carousel_vote {
	display: block;
	width: 112px;
	height: 24px;
	margin-top: 10px;
	background: url(votez.png) no-repeat;
	cursor: pointer;
}
#slides li div.carousel_meta a.carousel_vote span, .single_carousel_entry div.carousel_meta a.carousel_vote span {
	display: none;
}
#slides li div.carousel_meta p.carousel_gotoblog, .single_carousel_entry div.carousel_meta p.carousel_gotoblog {
	font-size: 1.2em;
	margin-left: 4px;
}
/* Styling for the loading wheel */
div#carousel_loading {
	position: absolute;
	width: 66px;
	height: 66px;
	left: 322px;
	top: 187px;
	background: url(loader.gif) no-repeat;
}
div#carousel_loading span {
	display: none;
}
/* Styling for prev and next buttons */
a#carousel_prev, a#carousel_next {
	display: block;
	position: absolute;
	top: 200px;
	width: 30px;
	height: 50px;
	cursor: pointer;
}
a#carousel_prev span, a#carousel_next span {
	display: none;
}
a#carousel_prev {
	left: 10px;
	background: url(l_arr.png) no-repeat;
}
a#carousel_next {
	right: 10px;
	// margin-right: 10px;
	background: url(r_arr.png) no-repeat;
}

/* for single page */
.back_to_carousel {
	padding-top: 20px;
}
.back_to_carousel p {
	font-size: 1.3em;
}
.single_carousel_entry li {
	list-style: none;
}

/* vote modal box */

#TB_window {
	background: #000;
	color: #eee;
	border: 3px solid #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#TB_window img#TB_Image {
	border: 1px solid #000;
}
#TB_ajaxContent.TB_modal {
	padding: 15px;
}
#TB_window .vote_for .submit_email {
	margin: 10px 20px 10px 0;
}
#TB_window .vote_for .submit_email form {

}
#TB_window .vote_for .submit_email form input {
	width: 200px;
	baorder: 1px solid #333;
	margin-bottom: 5px;
}
#TB_window .vote_for .textcontainer {
	display: none;
}
#TB_window .vote_for .bartext {
	float: left;
	margin: 15px 0 0 0;
}
#TB_window .bartext {
	width: auto;
}
#TB_window .bartext a.fermer_thickbox {
	display: block;
	margin: 5px auto;
	width: 112px;
	height: 24px;
	background: url(close.png) no-repeat;
	cursor: pointer;
}
#TB_window .bartext h3 {
	font-size: 2.2em;
	margin-bottom: 15px;
}
#TB_window .bartext.voted h3 {
	margin-top: 30px;
}
#TB_window .bartext a {
	display: block;
	width: 112px;
	height: 24px;
	background: url(votebutton.png) no-repeat;
	cursor: pointer;
}
#TB_window .bartext a span {
	display: none;
}
#TB_window .vote_for .bartext.voted {
	height: 24px;
}
#TB_window .vote_for .bartext.voted span {
	font-style: italic;
	color: #ccc;
}
#TB_window .vote_for h3 {
	font-size: 1.5em;
	margin-bottom: 0.4em;
}
#TB_window .vote_for .cancel_vote {
	margin-top: 15px;
	display: block;
	float: right;
	width: 70px;
	height: 24px;
	background: url(cancel.png) no-repeat;
	cursor: pointer;
}
#TB_window .vote_for p.reglement {
	clear: both;
	padding-top: 5px;
}
#TB_window .vote_for .cancel_vote span {
	display: none;
}
#TB_window .vote_for p {
	font-size: 1.2em;
	padding: 0;
	line-height: 1.1;
}
#TB_window .vote_for a {
	color: #cf1782;
}
#TB_window .vote_for a:hover {
	color: #cf1782;
	text-decoration: underline;
}

