ul.channel_list{
	width:100%;
	float:right;
}
ul.channel_list li{
	width:18%;
	margin:0.5%;
	padding:0.5%;
	float:right;
	text-align:center;
}
ul.channel_list li *{
	display:block;
	max-width:100%;
	line-height:150%;
}
ul.channel_list li img{
	border:1px solid #CCC;
	padding:0.5%;
	margin:0.5%;
	max-width:98%;
}
ul.channel_list li small{
	color:#999;
}
div.user-channel{
	width:100%;
	float:right;
	margin-top:5px;
}
div.user-channel *{
	max-width:100%;
	min-height:1px;
}
div.logo-channel{
	width:100%;
	float:right;
	margin-top:5px;
}
div.logo-channel img{
	border:1px solid #CCC;
	padding:1px;
	width:99.5%;
}
div.channel-avatar img{
	border:1px solid #CCC;
	margin-right:-3px;
	padding:2px;
}
div.title-last-channel{
	width:100%;
	float:right;
	font-weight:bold;
	font-size:13px;
}
div.body-channel{
	width:100%;
	float:right;
}
div.channel-title{
    border-radius: 2px 2px 2px 2px;
    border: 1px solid rgb(204, 204, 204);
	border-bottom:0px;
    padding: 5px;
    background: -moz-linear-gradient(center top , #FFF, #EFEFEF) repeat scroll 0px 0px #FFF;
	font-weight:bold;
	font-size:13px;
	color:#666;
}
div.link-channel{
    border: 1px solid rgb(204, 204, 204);
    padding: 5px;
    background:#EFEFEF;
	background-image:url(../images/web.png);
	background-repeat:no-repeat;
	background-position:right;
	font-weight:bold;
	font-size:11px;
	text-align:left;
	min-height:20px;
	margin-bottom:5px;
	color:#666;
}
div.video-count-channel{
    border: 1px solid rgb(204, 204, 204);
    padding: 5px;
    background:#EFEFEF;
	background-image:url(../images/count.png);
	background-repeat:no-repeat;
	background-position:right;
	font-weight:bold;
	font-size:11px;
	text-align:left;
	min-height:20px;
	margin-bottom:5px;
	color:#666;
}
.right-channel > div{
    border: 1px solid rgb(204, 204, 204);
    padding: 5px;
    background-color:#EFEFEF;
	font-weight:bold;
	font-size:11px;
	text-align:left;
	min-height:20px;
	margin-bottom:5px;
	color:#666;
}
div.rss-channel{
    border: 1px solid rgb(204, 204, 204);
    padding: 5px;
    background:#EFEFEF;
	background-image:url(../images/rss.png);
	background-repeat:no-repeat;
	background-position:right;
	font-weight:bold;
	font-size:11px;
	text-align:left;
	min-height:20px;
	margin-bottom:5px;
	color:#666;
}
div.desc-channel{
    border: 1px solid rgb(204, 204, 204);
    padding: 5px;
    background:#EFEFEF;
	font-weight:normal;
	font-size:11px;
	text-align:justify;
	min-height:20px;
	margin-bottom:5px;
	color:#666;
}
div.edit-channel{
    border: 1px solid rgb(204, 204, 204);
    padding: 5px;
    background:#EFEFEF;
	font-weight:normal;
	font-size:12px;
	text-align:right;
	min-height:20px;
	margin-bottom:5px;
	color:#666;
}
div.edit-channel a{
	display:block;
	color:#666;
}
div.edit-channel [class^="icon-"]:before{
	margin-left:5px;
	display:inline-table;
	font-size:15px;
}
div.right-channel{
	width:24%;
	float:right;
	margin-left:1%;
}
div.left-channel{
	width:75%;
	float:right;
}
.header-channel {
    border-radius: 2px 2px 2px 2px;
    border: 1px solid rgb(204, 204, 204);
    padding: 5px;
    background: -moz-linear-gradient(center top , #FFF, #EFEFEF) repeat scroll 0px 0px #FFF;
	font-weight:bold;
	font-size:13px;
	color:#666;
	width:97.3%;
	float:right;
}
div.latest-video-channel{
	width:100%;
	float:right;
}
div.latest-video-channel img{
	width:150px;
	float:right;
	border:1px solid #CCC;
	margin-left:5px;
}
div.latest-video-channel li{
	float:right;
	width:98%;
	padding:0.5%;
	margin:0.5%;
	margin-bottom:0px;
	text-align:right;
	border-bottom:1px dotted #CCC;
}
div.latest-video-channel div.vdesc{
	float:right;
	width:55%;
	margin-left:1%;
}
div.latest-video-channel div.vstatus{
	float:right;
	width:20%;
}
div.latest-video-channel div.vtitle{
	font-weight:normal;
	font-size:13px;
	color:#666;
}
.vtitle small{
	display:block;
}
div.latest-video-channel div.hits{
	float:right;
	width:80%;
	padding-right:20%;
	background:#EFEFEF url(../images/hits.png) no-repeat right;
	border-radius:5px;
	line-height:30px;
	margin-bottom:5px;
}
div.latest-video-channel div.vrate{
	float:right;
	width:80%;
	padding-right:20%;
	background:#EFEFEF url(../images/view.png) no-repeat right;
	border-radius:5px;
	line-height:30px;
}
embed{
	border:1px solid #CCC;
	width:99%;
	padding:0.5%;
	margin-top:5px;
	margin-bottom:5px;
	background:#EFEFEF;
}
.comment_obj{
	width:98%;
	padding:0.5%;
	margin:0.5%;
	background:#FBFBFB;
	border:1px solid #CCC;
}
.comment_obj .commentbody{
	background:#FFF;
	border:1px solid #CCC;
	margin:0.25%;
	padding:0.25%;
}
.comment_obj h3{
	margin:0.25%;
	padding:0.25%;
	height:30px;
	line-height:30px;
	padding-right:10px;
	font-weight:normal;
	background:#EFEFEF;
}
.btn.red{
	background:red;
	color:#FFF;
	border:none;
	box-shadow:none;
	text-shadow:none;
}
.theme-default{
	width:98%;
	margin:1%;
	margin-top:0px;
	float:right;
}
.theme-default .nivoSlider {
	position:relative;
	background:#dedede url(../images/loading.gif) no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	margin-bottom:-1px;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	float:left;
	margin-top:-25px;
	position:relative;
	z-index:10;
	opacity:0.7;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:16px;
	height:16px;
	background:#CCC;
	text-indent:-9999px;
	margin:3px;
	border:0;
	box-shadow:1px 1px 7px -5px #000 inset;
}
.theme-default .nivo-controlNav a.active {
	background:#666;
	box-shadow:1px 1px 17px -5px #000 inset;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat #000;
	text-indent:-9999px;
	border:3px solid #000;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 0.5; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Tahoma;
}
.theme-default .nivo-caption a {
    color:#dedede;
    border-bottom:1px dotted #dedede;
}
.theme-default .nivo-caption a:hover {
    color:#dedede;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
.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 {
	background:#333;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	overflow: hidden;
	display: none;
	height:30px;
	margin-bottom:-1px;
	box-shadow:1px 1px 7px -5px #000 inset;
}
.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:40%;
	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;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.pageajax img{
	float:right;
	margin-left:2%;
	border:1px solid #CCC;
	padding:2px;
}
.pageajax div.title, .pageajax div.desc, .pageajax div.subtitle{
}
.contenttext{
	float:right;
}
.pagina{
	float:right;
	width:99%;
	text-align:center;
	background:#E1E1E1;
	padding:0.5%;
}
.pagina a{
	display:inline-table;
	background:#D3D3D3;
	padding:0.25%;
	margin:0.25%;
	min-width:15px;
	color:#666;
	cursor:pointer;
}
.pagina a.jp-current{
	background:#CCC;
	color:#FFF;
}
.row1{
	background:#F7F7F7;
}
.row0{
	background:#EFEFEF;
}
.pagetext{
	line-height:150%;
	font-size:12px;
}
.pagetext img{
	margin-left:5px;
	margin-bottom:5px;
}




