.body{
	float:right;
	width:100%;
	margin-bottom:10px;
}
.body .photothumb{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	text-align:center;
	overflow:hidden;
	width:188px;
	line-height:130%;
}
.body .photothumb .photo{
	height:130px;
	overflow:hidden;
	margin-bottom:5px;
}
.body .photothumb .movietime{
	position:relative;
	z-index:1000;
	margin-top:-35px;
	width:181px;
	height:24px;
	text-align:left;
	padding:3px;
	margin-bottom:5px;
	color:#FFF;
	background:url(../images/play.png) no-repeat top right;
}
.body .photothumb .category a{
	color:#F60;
}
.body .photothumb .owner{
	font-size:11px;
	color:#999;
}
.body .photothumb .date{
	font-size:11px;
	color:#CCC;
}
ul.order{
	float:right;
	width:100%;
	background:#EFEFEF;
	margin-bottom:10px;
}
ul.order li{
	float:right;
	padding:0.5%;
	margin:0.5%;
	background:#F8F8F8;
	width:9%;
	text-align:center;
	white-space:nowrap;
}
#photoList div.footer{
	float:right;
	width:100%;
}
#kt_player{
	margin-left:auto;
	margin-right:auto;
}
.photo_fields{
	float:right;
	width:83%;
}
.related{
	float:left;
	width:15%;
	min-width:187px;
}
.related *{
	max-width:100%;
}
.photo_fields h2{
	background-image:url(../images/ic_photocam_48px-128.png);
	background-position:right;
	background-repeat:no-repeat;
	margin-bottom:0px;
}
.photo_fields div.photo{
	background:#F9F9F9;
	padding-top:10px;
	padding-bottom:10px;
}
.photo_fields div.info{
	height:25px;
	line-height:25px;
	padding:5px;
	background:#666;
	color:#FFF;
	clear:both;
}
.photo_fields div.info a{
	color:#FFF;
}
.photo_fields div.info .keys{
	width:70%;
	float:right;
}
.photo_fields div.info .keys li{
	float:right;
}
.photo_fields div.info .keys li.created_by{
	background:url(../images/ic_account_box_48px-128.png) no-repeat right;
	padding-right:28px;
	margin-left:1%;
}
.photo_fields div.info .keys li.created{
	background:url(../images/ic_today_48px-128.png) no-repeat right;
	padding-right:28px;
	margin-left:1%;
}
.photo_fields div.info .keys li.downloads{
	background:url(../images/ic_inbox_48px-128.png) no-repeat right;
	padding-right:28px;
	margin-left:1%;
}
.photo_fields div.info .keys li.times{
	background:url(../images/ic_alarm_48px-128.png) no-repeat right;
	padding-right:28px;
	margin-left:1%;
}

.photo_fields div.info .download{
	width:7%;
	float:right;
	background:url(../images/ic_cloud_upload_48px-128.png) no-repeat right;
	padding-right:28px;
	height:24px;
}
.photo_fields div.info .like{
	width:10%;
	float:right;
	height:24px;
}
.photo_fields div.info .hits{
	width:7%;
	float:right;
	background:url(../images/ic_insert_chart_48px-24.png) no-repeat right;
	padding-right:28px;
	height:24px;
}
.photo_fields div.desc{
	min-height:150px;
	padding:5px;
}
.photo_fields div.tag{
	background:#E0F4F8;
	min-height:25px;
	padding:5px;
}
.photo_fields div.tag h3{
	padding:0px;
	margin:0px;
	background:#34B6D1 url(../images/ic_local_offer_48px-128.png) no-repeat right;
	margin-bottom:5px;
	color:#FFF;
	padding-right:30px;
}
.photo_fields div.tag a{
	display:inline-table;
	height:20px;
	line-height:20px;
	padding-left:10px;
	padding-right:10px;
	background:url(../images/tag.png) no-repeat left top;
	margin-bottom:5px;
}
.kt-api-btn-skip{
	display:inline-table;
	padding:5px;
	background:#EFEFEF;
	border-radius:5px;
}

.kt-api-btn-skip {
    display: inline-table;
    padding: 5px;
    background: #EFEFEF;
    border-radius: 5px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.wcd {
    width: 33%;
    height: 40px;
    float: left;
}

.wcd-logo {
    font-size: 36px;
    color: #fff;
    text-align: center;
    float: left;
    cursor: pointer;
    color: #fff;
    font-size: 32px;
    font-family: 'Varela Round', sans-serif;
    -webkit-transition: color 0.3s ease-in;
    -moz-transition: color 0.3s ease-in;
    x²-o-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}

.wcd-logo:hover {
    color: #3facff;
}

.wcd-tuto {
    font-family: 'Varela Round', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
}

.webcodo-top {
    width: 100%;
    height: 40px;
    background-color: #232323
}

.clear {
    clear: both;
}

 /********************************/

.tab-cnt {
    width: 600px;
    height: auto;
    min-height: 400px;
    margin: 40px auto;
    padding: 40px;
    background-color: #fafafa;
    border: #ccc 1px dotted;
    overflow: auto;
}

.bg-green {
    background-color: #559900;
}

.bg-red {
    background-color: #c9231a;
}

.tab-cnt h1 {
    font-size: 22px;
    font-family: arial;
    margin-bottom: 15px;
}

.tab-tr {
}

.like-btn, .dislike-btn {
    width: auto;
    height: 23px;
    padding: 0 10px 0 25px;
    float: right;
    cursor: pointer;
    color: #FFF;
    line-height: 23px;
    border-radius: 5px;
}

.like-btn {
    background:#444 url(../images/like-ico.png) 5px 50% no-repeat;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.like-btn:hover, .like-h {
    background:#C8ECBD url(../images/like-ico-h.png) 5px 50% no-repeat;
    color: #0c6502;
}

.dislike-btn {
    background: url(../images/dislike-ico.png) 50% 50% no-repeat;
}

.dislike-btn:hover, .dislike-h {
    background: url(../images/dislike-ico-h.png) 50% 50% no-repeat;
    background-color: #f0f0f0;
    border: #c6c6c6 1px solid;
}

.stat-cnt {
    width: 120px;
    height: 60px;
    float: right;
}

.stat-bar {
    width: 120px;
    height: 3px;
    margin-bottom: 5px;
}

.rate-count {
    font-size: 20px;
    color: #333;
    text-align: right;
    font-weight: bold;
}

.stat-bar div {
    height: 3px;
    float: left;
}

.like-count {
    background: url(../images/like-ico2.png) 0% 50% no-repeat;
}

.dislike-count {
    background: url(../images/dislike-ico2.png) 0% 50% no-repeat;
    margin-left: 15px;
}

.like-count, .dislike-count {
    width: auto;
    height: 18px;
    float: right;
    font-size: 12px;
    line-height: 18px;
    color: #666;
    padding-left: 15px;
}

.share-btn {
    height: 52px;
    display: inline-block;
    float: left;
    font-size: 13px;
    line-height: 55px;
    padding: 0 10px;
    margin-left: 30px;
    border-bottom: #fff 3px solid;
    cursor: pointer;
}

.share-btn:hover {
    border-bottom: #c9231a 3px solid;
}

.share-cnt {
    height: 30px;
    padding: 20px 10px 10px 10px;
    border-bottom: #e6e6e6 1px solid;
    display: none;
}
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/*
Skin Name: Nivo Slider Light Theme
Skin URI: http://nivo.dev7studios.com
Description: A light skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-light.slider-wrapper {
    background: #fff;
    padding: 10px;
}
.theme-light .nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    overflow: visible;
}
.theme-light .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-light .nivoSlider a {
	border:0;
	display:block;
}

.theme-light .nivo-controlNav {
	text-align: left;
	padding: 0;
	position: relative;
	z-index: 10;
}
.theme-light .nivo-controlNav a {
	display:inline-block;
	width:10px;
	height:10px;
	background:url(../images/bullets.png) no-repeat;
	font-size:0px;
	border:0;
	margin: 0 2px;
}
.theme-light .nivo-controlNav a.active {
	background-position:0 100%;
}

.theme-light .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background: url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	top: auto;
	bottom: -36px;
	z-index: 11;
}
.theme-light .nivo-directionNav a:hover {
    background-color: #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.theme-light a.nivo-nextNav {
	background-position:160% 50%;
	right:0px;
}
.theme-light a.nivo-prevNav {
    background-position:-60% 50%;
    left: auto;
	right: 35px;
}

.theme-light .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-light .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-light .nivo-caption a:hover {
    color:#fff;
}

.theme-light .nivo-controlNav.nivo-thumbs-enabled {
	width: 80%;
}
.theme-light .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-light .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}