ul {
	padding: 0
}
html {
	 overflow-x: hidden;
}
#banner-event {
	clear:both;
}
.container {
	width: 1101px;
}
body {background-color: #EDEDEE}
.top-fix{
	position: fixed;
	top:0;left: 0;
	right: 0;
	margin: auto;
	background-image: url(../images/bg_header.png); 
	height: 40px;
	color: #fff;
	line-height: 40px;
	z-index: 9999999999;
}

.p0{
	padding: 0;
}
#main-nav{
	height: 30px;
	position: absolute;
	bottom: 0px;
    z-index: 999999;
    right:13px;
}
#main-nav ul{
	padding: 0;
	margin: 0;
}
#main-nav ul li{
	float: left;
	list-style: none;
 	background-image: url(../img/menu.png);
 	position: relative;
 	background-size: auto 100%;
 	margin-right: 2px;
 	border-radius: 10px 10px 0 0;
}
#main-nav ul li:hover{

}
#main-nav ul li a{ 
	height: 30px;
	line-height: 30px;
	display: block;
	padding: 0 23px;
	color: white;
	font-size: 12px; 
	font-weight: bold;
	text-transform: uppercase;
	text-shadow:0px 1px 1px #000000;
}
#main-nav ul li a:hover , #main-nav ul li.current-item a{ 
	background-image: url(../images/menu_active.png);
	color: #0045AE;
	text-decoration: none;
 	border-radius: 10px 10px 0 0;
	text-shadow:0px 1px 1px #ffffff;
}
#main-nav ul li ul {
	display: none;
}
#main-nav ul li:hover ul{
	position: absolute;
	display: block;
	z-index: 9999;
	background: white;
	width: 200px;
}
#main-nav ul li:hover ul li{
	line-height: 40px;
	padding-left: 10px;
}
.search > input {
	line-height: 40px;
}
.primary, .second{
	background-color: #fff;	
}
.second{
padding: 0 10px;
}
.slide-new {
	padding: 10px;
	position: relative;
}
 
 .intro-slide {
	position: absolute;
	background-color: rgba(0, 30, 0, 0.86);
	color: white;
	bottom: 10px;
	padding: 5px 10px;
	right: 0;
	left: 0;
}
.intro-slide .tit {
	font-size: 16px;
	margin: 0 0 5px 0;
}
.intro-slide .cap {
	font-size: 12px;
}
.intro-slide a { 
	color: white;
	font-weight: bold;
}
.readmore a {
	color:#333;
}
img {
	max-width: 100%;	
}
.title-cocau {
	background-image: url(../images/title_sidebar.png);
   	color: #00339A;
    font-size: 20px;
    font-weight: bold;
    padding: 11px 10px 11px 50px;
	margin-bottom:0;
    text-shadow: 0 1px 1px #FFFFFF;
    position: relative;
}
.content a:hover {
	text-decoration: none; 
}
.title-cocau:before{
	 background-image: url("../images/icon1.png");
    bottom: 0;
    content: "";
    height: 35px;
    left: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 35px;
}
.cocau {
	padding: 0;
}
.cocau li {
    background: none repeat scroll 0 0 #F8F8F8;
    list-style: none outside none;
    padding: 12px;
    text-align: center;
}
.cocau li:nth-child(2n+2) {
	background-color: #EEEEED;
}
.cocau li a{
	color: #00339A;
	font-size: 14px;
	text-shadow: 0 1px 1px #FFFFFF;
	text-transform: uppercase;
}
.tab-head ul  {
	padding: 0px 0 0 0;
	margin-bottom: 0;
	overflow: hidden;
	
}
.tab-head ul li:first-child {
    border-right: 2px solid #F8F8F8;
}
.tab-head ul li {
    background: url("../images/menu.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    float: left;
    list-style: none outside none;
    padding: 5px;
    text-align: center;
    width: 50%;
    border-radius: 10px 10px 0px 0px;
}
.tab-head ul li.active {
    background: url("../images/menu-tab-ac.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.tab-head ul li a{ 
	color: #FFFFFF;
    display: block;
    font-size:12px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    text-shadow: 0 1px 1px #000000;
    text-transform: uppercase;
}
ul.tinmoi { 
	padding: 0;
}

ul.tinmoi li {
	color: #7BCAE7;
}
ul.tinmoi li a { 
	color: #333;
	font-weight: bold;
	font-size: 12px;
}
.tabs {
	margin:10px -5px auto;
	background-color: #F1F0F0;
}
.tab-cont {
    height: 272px;
    padding: 10px 7px;
    -ms-overflow-y:hidden;
    overflow-y:hidden;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #eee;

    
}
.tinmoi .excerpt{
	font-size: 12px;
}
.slider-home {
	padding: 0 10px;
	position: relative;
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #eee;
    margin-bottom: 10px; 
}
.slider-home li { 
	list-style: none;
}
.slider-home .owl-item {
    padding: 5px 5px 5px 0px;
    text-align: center;
}
.owl-next, .owl-prev {
    position: absolute;
    top: 50px;
    z-index: 9999;
    height: 35px;
	width: 35px;
	background-repeat: no-repeat;
	text-indent: 99999999999px;
}
.owl-next {
	right: 10px;
	background-image: url(../images/next.png);
}
.owl-prev {
	left: 10px;
	background-image: url(../images/prev.png);
}
.button-link{
	/*background-image: url(../images/menu.png);*/
	border-radius: 10px;
	display: block;
	margin:auto;
	text-align: center;
	padding: 10px ;
	color: white;
	font-size: 14px;
	width: 70%;
	font-weight: bold;
	text-transform: uppercase;
}
.mt10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.title-widget {
    background-image: url("../images/title_widget.png");
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    line-height: 35px; 
    padding-left: 15px; 
    margin: 0px;
    line-height: 35px;
}
.title-widget span{
	background-image: url(../images/caret-title.png);
	display: block;
	background-repeat: no-repeat;
	padding-right: 25px;
	display: inline-block;
	width: auto;
	background-position: right;
}
.recent-content {
	background-color: #fff;
	height:390px;
}
.recent-content a { 
	color: #000;
}
.recent-content li{
	list-style: none;
	overflow: hidden;
	padding:3px 5px 3px 10px;
	background-image: url(../img/li-style.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	margin-left: 15px;
	
}
.recent-content .content {
	padding: 15px 0;
	height: 360px;
}
.recent-content .thumbnail-recent {
	width: 140px;
	float: left;
	margin-right: 10px;
	height: 100px;
}
.thumbnail-recent{
	width: 160px;
	height: 110px;
}
.recent-content .title{
	margin: auto
}
a:hover {
	color: red;
	text-decoration: none;
}
.recent-content li.first{ 
    padding: 0 10px 0 0;
    height: 115px;
    margin-bottom: 5px;                                      
	background: none;
}
.recent-content li.first .title{
    margin: auto auto 5px;
 	line-height: 15px;
    overflow: hidden;
    color: #333;
    font-weight: bold;
}

.block-recent {
	padding: 0 1.5px 0 0; 

}
.block-recent:nth-child(2n+2) {
	padding: 0 0px 0 1.5px;
}
.title-sidebar {
	background-image: url("../images/title_widget.png");
	color: white;
	text-align: center;
	padding: 5px;
	background-color: #20A0DF;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 0;
}
.recent-content li h5.title { 
    line-height: 20px;
    font-size: 12px;
}
.slider-home .owl-item img{ height:133px !important;}
.content-slide .owl-item img{ height:133px !important;}
.slide-gallery img {
	width: 100%;

}
.slide-gallery {
	position: relative;
}
.img-full{
	width: 100%;
	margin-bottom: 5px;
}
.title-hotro {
	background-image: url("../images/title_sidebar.png");
    color: #42A1D9;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 7px;
    position: relative;
    text-shadow: 0 1px 1px #FFFFFF;
    margin-top: -7px;
    background-position: bottom;
}
.httt ,.httt h6 {
	font-size: 12px;
	text-align: center;
	color: #8e8e8e;
	text-shadow: 0 1px 1px #FFFFFF, 0 1px 1px #FFFFFF;
	font-weight: bold;
}
.title-hotro ~ .widget-content {
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #eee;
	padding: 0 20px 14px;
	overflow: hidden;
	
}
.hotline{
	color: #1546A5;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}
.main {
	padding-bottom: 10px;
	background-color: white;
}
.wrap-footer {
	background-image: url(../img/footer_bg.png);
	margin-bottom: 10px;
	color: white;
	padding: 20px;
	position: relative;
}
.right-footer > span {
	font-weight: bold;
}
.right-footer {
	position: absolute;
	right: 15px;
	top: 18px;
}
.block-search {
	margin-right: 100px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin:auto;
	right: 0;
	width: 400px;
}
.block-search input[type="text"]{ 
	line-height: normal;
	width: 300px;
}
.search-submit {
	color: white;
	font-weight: bold;
	background: none;
	border: none;
}
.search input[type='text']{
	line-height: 1.5;
}
.right {
	float: right;
}
.block-account  a{
	color: white;
	font-weight: bold;
}
.banner-top {
	height: 215px;  
    overflow: hidden;
    position: relative;
}
.banner-top img {
	width: 100%;
}
.tinmoi{
    height: 260px;
    width: 310px;
}
.content ul{
	margin: 0px;
}
.sub-menu {
    background: none repeat scroll 0 0 #ffffff !important;
}
#main-nav .sub-menu li {
	background: none;
    height: auto !important;
    margin: auto;
    width: 100%;
    position: relative;
}
#main-nav .sub-menu li:hover{
	background: url(../img/menu_active.png) repeat-x bottom left;
}
#main-nav .sub-menu a:hover{ 
	color: blue;
	text-shadow: 0 0px 0px  ;
	font-weight: bold;
}
#main-nav ul li ul li a{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    font-size: 14px;
    height: auto !important;
    line-height: normal;
    padding: 5px 10px;
    text-transform: none;
    color: blue;
    font-weight: normal; 
    text-shadow: 0 0px 0px  ;
}
#main-nav ul li ul li ul.child-menu li a{
	color: #0000FF; 
}
ul.child-menu li:hover a{
	color: #0045AE !important;
}
#main-nav ul li ul li:hover a{
	color: #0045AE;
}
#main-nav ul ul ul.child-menu{
	display: none;
	position: absolute;
}
#main-nav ul ul li:hover ul.child-menu{
	display: block;
	left: 200px;
	top: 0px;
}
#main-nav ul ul li ul.child-menu li{
	width: 100%;
	background: none;
}
#main-nav ul ul li:hover ul.child-menu a{
	text-decoration: none;
}
ul.sub-menu li .caret-menu {
	font-size: 9px;
	color: white;
	float: right;
	position: absolute;
	top: 10px !important;
	margin: auto;
	display: block !important;
	right: 10px;
}
ul.sub-menu li:hover .caret-menu{
	color: #0045AE !important;
}
ul.tinmoi li {
    border-bottom: 1px solid #C0C0C0;
    color: #7BCAE7;
    list-style: none;
    overflow: hidden;
    margin-bottom: 5px;
    
}
ul.tinmoi li .thumbnail {
   background: none repeat scroll 0 0 #D5D5D5;
    border: 1px solid #CFCFCF;
    float: left;
    margin-right: 5px;
    overflow: hidden;
    padding: 1px;
    margin-bottom: 5px;
    border-radius: 0;
}
.excerpt{
	color: #4F4F4F
}
ul.tinmoi li .thumbnail img{ 
	float: left;
	width: 90px;
	height: 65px;
}
.img-art-cate{
	float: left;
	margin-right: 20px;
}
.list-group-item{
	overflow: hidden;
}
.breadcrumb{
	margin-top: 0px;
}
h1.title-post-detail{
	font-size: 18px;
	font-weight: bold;
}
.panel-body-relate ul{
	padding-left: 30px;
	padding-top: 10px;
}
.panel-body-relate ul li {
	line-height: 25px; 
}
.wrap-header {
	position: relative;
}
.new-line{
	height: 50px;
	padding-left: 20px;
	line-height: 50px;
	background-image: url(../images/menu_active.png);
	box-shadow: 0 3px 3px #C0C0C0;
	position: relative;
	z-index: 999;
}
.new-line > *{
	float: left;
	margin-right: 15px;
}
.text-s {
    border: 0 none;
    border-radius: 5px;
    box-shadow: 1px 2px 1px #C0C0C0 inset !important;
    font-style: italic;
    padding: 5px;
    width: 330px;
}
.submit-s {
	padding: 0px;
	position: relative;
	top:5px;
	background:none;
	border: none;
	font-weight: bold;
	background: url(../img/search.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);;
	width:32px;
	height: 32px; 
	 text-indent: -999999px;
}
.right-img {
	margin-bottom: 5px;
}
.right-img img{ 
	width: 100%;
}
div.thongke  {
	text-shadow : 0 1px 1px white;
	color: #333333;
	font-size: 14px;
}
.logo-right {
    border-bottom: 2px solid #C0C0C0;
    padding: 10px 0;
}
.logo-right img{
	width: 100%;
}
.banner-event {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	padding: 30px 10px;
	color: #0F76B9;
	text-align: center;
}
.banner-codong {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 4px 20px;
	color: #0F76B9;
	text-align: center;
}
.banner-codong ul li {
	padding-bottom:10px;
}
.linkwebsite {
	padding: 10px 0px 0px;
}
.W248 {width: 248px;}
.title-slide {
	color: white;
	width: 160px;
	font-weight: bold;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	border-radius: 10px 10px 0 0 ;
	text-align: center;
	margin-left: 0px;
	background-image: url(../img/title-slide.png);
}
.title-slide.active { 
	background-image: url(../img/title-slide-ac.png);
}
.heading-slide 
.title-slide { 
	margin: 0 ;
	cursor: pointer;
	width: auto;
}
.heading-slide > div {
	padding: 0px;
	margin-right:2px;
}
.content-slide > ul {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #eee;
    padding: 10px;
}
.content-slide > ul li{ 
	list-style: none;
}
.content-slide > ul {
	display: none !important;
}
 
.content-slide > .owl-carousel.active{ 
	display: block !important;
} 
.content-slide > .owl-carousel.deactive.{ 
	display: none !important;

} 

.slide-recent li{
	list-style: none;
	background: white;
	border-right: 1px solid silver;
	padding: 0 10px ; 
	overflow: hidden;
	
}
.slide-recent li img{
	float: left;
	margin-right: 5px;
	position: relative;
    top: 5px;
}
.slide-recent li div{
	font-size: 12px;

}
.slide-recent {
	overflow: hidden;
	background: white;
	padding: 0 5px;
}
.slide-recent .owl-page {
    background-color: #C0C0C0;
    border-radius: 5px;
    display: inline-block;
    height: 10px;
    margin: 0 2px;
    overflow: hidden;
    text-indent: -99999999999px;
    width: 10px;
}	
.slide-recent .owl-pagination {
    text-align: center;
}
.slide-recent .owl-page.active { 
	background: black
}
.col-xs-9.primary {
    padding-left: 10px;
    padding-right: 0;
}
.container.wrap-main .main {
    box-shadow: 0 0 24px 16px #C0C0C0;
}
.intro-text{
	font-size: 12px;
}
.baner-img{
	width: 248px;
}
.banner{
	margin-top: 5px; 
}
#fadeshow1 {
	position: absolute !important;
    right: 0;
    top: 0;
}
#logo {
	position: absolute !important;
	z-index: 999999;
}
.box-img {
	display: block;height: 145px;width: 145px;
	position: relative;padding: 0px;
  	line-height: 1.42857143;
  	background-color: #fff;
  	border: 4px solid #eee;
  	border-radius: 4px;
  	-webkit-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out;
  	overflow: hidden;
} 
.box-img img {height:auto !important;} 
.fadeshow1 img {width:100%;height:100%;}
.block-widget {
	    background-color: #FFFFFF;
	    border-color: #F0F0F0;
	    border-right: 1px solid #F0F0F0;
	    border-style: solid;
	    border-width: 1px 1px 1px;
	    margin: 0px auto auto;
	    padding: 0px 0px 10px;
	    position: relative;
	}

	.block-widget:before {
	    background: none repeat scroll 0 0 #CCCCCC;
	    content: "";
	    display: block;
	    left: 1px;
	    position: r;
	    top: 0px;
	    width: 100%;
	}
	.block-widget-cate {
	    background-color: #FFFFFF;
	    border-color: #F0F0F0;
	    border-right: 1px solid #F0F0F0;
	    border-style: solid;
	    border-width: 1px 1px 1px;
	    margin: 0px auto 10px;
	    padding: 0px 0px 10px;
	    position: relative;
	}

	.block-widget-cate:before {
	    background: none repeat scroll 0 0 #CCCCCC;
	    content: "";
	    display: block;
	    left: 1px;
	    position: r;
	    top: 0px;
	    width: 100%;
	}
	/*.title-widget {
	    background-color: #006699;
	    color: #FFFFFF;
	    display: inline-block;
	    font-size: 16px;
	    font-weight: bold;
	    left: 0;
	    margin: auto;
	    padding: 7px 10px 5px;
	    position: absolute;
	    text-transform: uppercase;
	    top: -28px;
	}
	.title-widget:after {
	    color: #C0C0C0;
	    content: "";
	    display: inline-block;
	    font-family: FontAwesome;
	    font-size: 23px;
	    font-style: normal;
	    font-weight: normal;
	    line-height: 1;
	    position: absolute;
	    right: -7px;
	    top: -4px;
	    -webkit-transform: rotate(135deg);
	    -moz-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	    -o-transform: rotate(135deg);
	    transform: rotate(135deg);
	    
	}*/
	.thumbnail-widget {
		width: 130px;
		float: left;
		margin: 0 7px 7px 0
	}
	.title-post {
	    margin: 0 auto 5px;
	    font-size: 14px;
	    font-weight: bold;
	}
	.readmore a {
	    background-image: url("../img/arrow-bg.png"); 
	    background-position: right top;
	    background-repeat: no-repeat;
	    color: #000000;
	    display: inline-block;
	    font-weight: bold;
	    padding-bottom: 0px;
	    padding-left: 10px;
	    padding-right: 20px;
	    padding-top: 0px;
		font-size: 11px;
	}
	.readmore a:hover { 
		background-position: right bottom;
		color: white;
		text-decoration: none;
	}
	.title-other {
		color: #CC0000;
		text-transform:uppercase;
		font-weight: bold;
		font-size: 13px;
	}
	.list-other-post ul {
		padding: 0
	} 
	.list-other-post li{
		list-style: none;
	}
	.list-other-post li a{ 
		font-size: 12px;
	}
	.slide-link ul {
	    margin: auto;
	    padding: 0;
	}
	.slide-link ul li {
	    border-right: 1px solid #C0C0C0;
	    list-style: none outside none;
	}
	.slide-link ul li a {
	    display: block;
	    padding: 5px;
	    text-align: center;
	}
	.slide-link {
	    border-bottom: 1px solid #C0C0C0;
	    border-left: 1px solid #C0C0C0;
	    border-right: 1px solid #C0C0C0;
	    margin-bottom: 10px;
	    margin-left: -00px;
	    padding-top: 5px;
	}
	.row-slide-link {
		margin: 0 auto;
		height:40px;
	} 
	.bs-example p { padding:5px;}
	.main {overflow: hidden;}
	li.view {
		background-image: url("../img/li-style.png");
	    background-position: left 15px;
	    background-repeat: no-repeat;
	    list-style: none outside none;
	    margin-left: 3px;
	    overflow: hidden;
	    padding: 5px 5px 0px 10px;
	}
	.title-widget a {
		color: #fff;
	}
	.title-widget a:hover {
		color: #eee;
	}
	.newhit h3{ margin-top:5px;}
	.newhit p { line-height: 25px;} 
	.slheader {width:82%;position: absolute;right:0; height:100%;z-index: 999 !important; *width:83% !important} 
	.slheader img { z-index: 999 !important;}
	a{
		color: #444;
    -webkit-transition: all 0.25s ;
    -moz-transition: all 0.25s ;
    -ms-transition: all 0.25s ;
    -o-transition: all 0.25s ;
    transition: all 0.25s ;
	}
	.album h3 { font-size: 12px; font-size: 14px;line-height: 25px;position: absolute;bottom: 0;}
	.album h3 a {color:#fff;font-weight: bold;}
	.album h3 a:hover {color: #FFFF00;font-weight: bold;}
	.caption {
		-webkit-transition: all 2s;
		-moz-transition: all 2s;
		-ms-transition: all 2s;
		-o-transition: all 2s;
		transition: all 2s;
		
	}
	.album .caption { height:100%;position: absolute;bottom: -100%;width: 97%; padding:5px;}
	.album .thumbnail:hover .caption{ background:none repeat scroll 0 0 rgba(0,0,0,0.5);bottom: 0 ;}
	.album { position: relative;}
	.list-group { margin-top: 10px;overflow: hidden;}
	.album .thumbnail img {
		height: 200px;
	}
	.album .thumbnail { min-height: 200px;position: relative;overflow: hidden;}
	#bttop{
    text-align:center;
    position:fixed;
    right:10px;
    cursor:pointer;
    display:none;
    font-size:   11px;
    position:fixed;
    z-index: 99999999;
    bottom: 10px;
    right: 10px;
    font-weight:900;
}
 
@media screen and (max-width: 1025px) {
			.container{
				width: 960px !important;
			}
 }
 /****Slideshow ****/  
 .cr-container{
	width:100%;
	height:600px;
	border:5px solid #ddd;
	position:relative; 
	z-index:100;
}
.cr-content-wrapper{
	width:100%;
	height:100%;
	overflow:hidden;
}
.cr-content-container{ 
	display: none;
	position:relative; 
	width:100%;
	top:0px;
	left:0px;
	display:none;
	height: 100%; 
}
.cr-img{
	top:0px;
	left:0px;
	right: 0px;
	position: absolute;
	z-index:1;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.7);
	box-shadow:1px 1px 2px rgba(0,0,0,0.7);
	display: block;    
	margin: auto; 

}
.cr-content{
	background-color: rgba(255, 255, 255, 0.8);
    bottom: 15%;  
    color: #000;
    margin: 0;
    padding: 0px;
    position: absolute; 
    width: 100%;
    z-index: 10;
}
.cr-more-link{
	text-transform:uppercase;
	color:#000;
	font-size:11px;
	padding:0px 5px;
}
.cr-more-link:hover{
	text-shadow: 1px -1px 1px rgba(0,0,0,0.5);
	color:#fff;
}
.cr-content-text{
	color:#000;
	background:transparent url(../images/bg_content.png) repeat top left;
	font-size: 14px;
	font-family: Georgia;
	font-style: italic;
	line-height: 24px;
	position:relative;
	display:none;
	z-index:999;
	clear:both;
}
.cr-content-text p{
	padding:10px;
}
.cr-thumbs{
	position:absolute;
	left:22px;
	height:80px;
	width:575px;
	bottom:0px;
	z-index:20;
	overflow:hidden;
}
.cr-thumbs div{
	float:left; /* Set to absolute each 150px*/
	cursor:pointer;
	position:relative;
	display:none;
	width:110px;
	height:80px;
	border:4px solid #fff;
	background: #fff !important;
}

.cr-thumbs img{
	display:block;
	
	bottom:0;
	top:0;
	left:0;
	right:0;
	height:100%;
	margin:0 auto;
	position: absolute; 

}
.cr-thumbs div.cr-selected{
	border-color:#000;
	background:transparent url(../images/triangle.png) no-repeat 50% 0%;
}
.cr-thumbs div.cr-selected img{
	border-color:#000;
}
.cr-nav span{
	position:absolute;
	z-index:50;
	text-indent:-9000px;
	cursor:pointer;
	width:20px;
	height:20px;
	margin-bottom:-4%; 
	left:0px;
	background:transparent url(../images/nav.png) no-repeat top left;
}
.cr-nav span.cr-nav-next{
	background-position:bottom left;
	right:0px;
	left:auto; 
}
.cr-nav span.cr-nav-prev:hover,
.cr-nav span.cr-nav-next:hover{
	bottom:34px;
}
.cr-hide, .cr-show{
	position:absolute;
	z-index:50;
	left:50%;
	margin-left:-20px;
	bottom:-6px;
	background:#000 url(../images/hide.png) no-repeat top center;
	cursor:pointer;
	width:60px;
	height:15px;
}
.cr-show{
	background-position:bottom center;
} 
#ML {text-align: left;padding:0 5px ; cursor: pointer;width:100%} 
/***End***/