@charset "utf-8";
/* CSS Document */

/*************************** Main Style **********************/

html {
	height:100%!important;
}
body {
	line-height:21px;
	font-family: Verdana, Geneva, sans-serif;
	background:#575757 url(../images/bg.jpg);
	font-size:13px;
	color:black;
	min-height:100%!important;
	height:100%!important;
	padding:0;
	margin:0;
}
* {
	margin:0;
	padding:0;
	outline:0 none;
}
#wrapper {
	height:92%;
	min-height:92%;
	height:auto!important;
}
a, a:active, a:visited, a:link {
	color:#b9b9b9;
	text-decoration:none;
}
a:hover, a:focus {
	color:#fff;
}
img, a img {
	border:none;
}
img.content {
	border:3px solid #fff;
	margin:0 10px 0 10px;
}
img.widgetimg {
	border:3px solid #fff;
}
img.featured {
	border:3px solid #fff;
	margin:0 0 5px 0;
}
h1 {
	font-weight:100;
	font-size:30px;
	padding:0;
	margin:0;
}
h1.title {
	padding:30px 0;
	font-weight:100;
	font-style:oblique;
}
h2 {
	font-weight:100;
	font-size:20px;
	padding:0;
	margin:0;
}
p {
	margin:0;
	padding:25px 0 25px 0;
}
button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777;
	font-size:14px;
	font-weight:500;
	padding:5px 15px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
button:hover, button:focus {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	color: #000;
	cursor:pointer;
}
a buuton:active {
	position:relative;
	top:1px;
}
button.marg {
	margin-top:20px !important;
}
/************************** Ends Main Style *****************/

/************************** Headings ***********************/
#top {
	padding-top:40px;
	background:#d2d2d2 url(../images/top-bg.png);
}
#container {
	width:960px;
	margin:auto;
}
#head { 
	height:70px;
}
#head .logo {
	float:left;
	padding-left:30px;
}
#head .social {
	float:right;
	padding-right:50px;
	padding-top:20px;
}
#head .logo img {
	height:70px;
}
.navigation {
	color:#fff;
	padding:15px 0 15px 0;
}
.navigation a {
	color:#b9b9b9;
	-webkit-transition: color .4s linear;
	-moz-transition: color .4s linear;
	-o-transition: color .4s linear;
	-ms-transition: color .4s linear;
	transition: color .4s linear;
}
.navigation a:hover {
	color:#fff;
	text-decoration:none;
}
/******************** Ends Headings **************************/

/******************** Menu Style ****************************/
#menu {
	display:block; 
	padding:0; 
	margin:auto;  
	height:55px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	border:1px solid #d6d6d6;
	border-bottom:none;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
 
#menu > ul {
	list-style:inside none; 
	padding:0; 
	margin:0;
} 
#menu > ul > li {
	list-style:inside none; 
	padding:0; 
	margin:0; 
	float:left; 
	display:block; 
	position:relative;
} 
#menu > ul > li:hover {
	background:#ccc;
}
#menu > ul > li > a { 
	outline:none; 
	display:block; 
	position:relative; 
	padding:17px 20px;
	height:auto;
	font:bold 13px/100%; 
	text-align:center; 
	text-decoration:none;
} 
#menu > ul > li:first-child > a{
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	border-radius:5px 0 0 0;
}  
#menu ul li.has-sub:hover > a:after{
	top:0; 
	bottom:0;
} 
#menu > ul > li.has-sub > a:before{ 
	content:''; 
	position:absolute; 
	top:18px; 
	right:6px; 
	border:5px solid transparent; 
	border-top:5px solid #fff; 
} 
#menu > ul > li.has-sub:hover > a:before{
	top:19px;
} 
#menu ul li.has-sub:hover > a{ 
	background:#3f3f3f; 
	border-color:#d6d6d6; 
	padding-bottom:17px; 
	padding-top:17px; 
	top:0; 
	z-index:999;
	color:#fff; 
} 
#menu ul li.has-sub:hover > ul, #menu ul li.has-sub:hover > div{
	display:block;
} 
#menu ul li.has-sub > a:hover{
	background:#3f3f3f; 
	border-color:#d6d6d6;
} 
#menu ul li > ul, #menu ul li > div{ 
	display:none; 
	width:auto; 
	position:absolute; 
	top:55px; 
	padding:10px 0; 
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNmM2YzZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNmM2YzZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(63,63,63,0.8) 0%, rgba(63,63,63,0.8) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,63,63,0.8)), color-stop(100%,rgba(63,63,63,0.8)));
	background: -webkit-linear-gradient(top,  rgba(63,63,63,0.8) 0%,rgba(63,63,63,0.8) 100%);
	background: -o-linear-gradient(top,  rgba(63,63,63,0.8) 0%,rgba(63,63,63,0.8) 100%);
	background: -ms-linear-gradient(top,  rgba(63,63,63,0.8) 0%,rgba(63,63,63,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(63,63,63,0.8) 0%,rgba(63,63,63,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3f3f3f', endColorstr='#cc3f3f3f',GradientType=0 );
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius:0 0 5px 5px;
	z-index:999; 
} 
#menu ul li > ul{
	width:200px;
} 
#menu ul li > ul li{
	display:block; 
	list-style:inside none; 
	padding:0; 
	margin:0; 
	position:relative;
} 
#menu ul li > ul li a{ 
	outline:none; 
	display:block; 
	position:relative; 
	margin:0; 
	padding:8px 20px; 
	font:10pt; 
	color:#fff; 
	text-decoration:none; 
} 

#menu > ul > li > ul > li a:hover{ 
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QyZDJkMiIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QyZDJkMiIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(210,210,210,0.7) 0%, rgba(210,210,210,0.7) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(210,210,210,0.7)), color-stop(100%,rgba(210,210,210,0.7)));
	background: -webkit-linear-gradient(top,  rgba(210,210,210,0.7) 0%,rgba(210,210,210,0.7) 100%);
	background: -o-linear-gradient(top,  rgba(210,210,210,0.7) 0%,rgba(210,210,210,0.7) 100%);
	background: -ms-linear-gradient(top,  rgba(210,210,210,0.7) 0%,rgba(210,210,210,0.7) 100%);
	background: linear-gradient(to bottom,  rgba(210,210,210,0.7) 0%,rgba(210,210,210,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3d2d2d2', endColorstr='#b3d2d2d2',GradientType=0 );
	color:#000;
} 
#menu > ul > li > a{
	border-right:1px solid #d6d6d6;
	color:#000;
} 
#menu > ul > li > a:after{
	border-color:#3f3f3f;
} 
#menu > ul > li > a:hover, #menu > ul > li a.active {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNmM2YzZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZjVmNWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(63,63,63,1) 0%, rgba(95,95,95,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,63,63,1)), color-stop(100%,rgba(95,95,95,1)));
	background: -webkit-linear-gradient(top,  rgba(63,63,63,1) 0%,rgba(95,95,95,1) 100%);
	background: -o-linear-gradient(top,  rgba(63,63,63,1) 0%,rgba(95,95,95,1) 100%);
	background: -ms-linear-gradient(top,  rgba(63,63,63,1) 0%,rgba(95,95,95,1) 100%);
	background: linear-gradient(to bottom,  rgba(63,63,63,1) 0%,rgba(95,95,95,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#5f5f5f',GradientType=0 );
	color:#fff;
} 
/***************************Ends Menu Style **********************/

/***************************Container Style *********************/
#light {
	background:url(../images/light-overlay.png) repeat-y top center;
}
#light-top {
	background:url(../images/light-overlay.png) repeat-y top center;
}
#light .block_1, #light-top .block_1 {
	background:url(../images/shadow-bar-bg.png) repeat-x bottom center;
	min-height:60px;
}
.inside-nav {
	width:960px;
	overflow:auto;
	clear:both;
	margin:auto;
}
.inside-nav a.prev {
	float:left;
}
.inside-nav a.next {
	float:right;
}
.block_3 {
	background:url(../images/light-overlay-end.png) no-repeat bottom center;
	height:50px;
	width:100%;
}
.white_space {
	background:url(../images/top-bg.png) repeat-x bottom left #d2d2d2;
	width:100%;
	height:102px!important;
	position: absolute;
	top: 166px;
	left: 0px;
	border-bottom: 1px solid white;
}
#light .block_1 .container, #light .block_2 .container, 
#light-top .block_1 .container, #light-top .block_2 .container {
	width:960px;
	margin:auto;
}
.entry {
	text-align:justify;
	padding:0 0 30px 0;
	color:#fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	overflow:auto;
	clear:both;
}
.entry object {
	background:url(../images/loading-4.gif) center center no-repeat transparent;
}
.entry img {
	background:url(../images/loading.gif) no-repeat center center #fff!important;
	min-width:50px;
	min-height:50px;
}
right {
	float:right;
	margin-top:10px;
}
.quote {
	color:#fff;
	font-size:40px;
	text-align:center;
	padding: 25px 0 5px 0;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.quote2 {
	color:#fff;
	font-size:20px;
	text-align:center;
	padding: 5px 0 30px 0;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.content-side {
	width:600px;
	margin-right:10px;
	float:left;
}
.side-bar {
	background:url(../images/sidebar-bg.png) repeat-y left top;
	float:left;
	width:250px;
	margin-left:50px;
	padding:30px 0 0 50px;
}
.under-slide {
	margin-top:80px;
	text-align:center;
}
.side-bar-end {
	height:50px;
	width:250px;
	background:url(../images/sidebar-bg-end.png) left top no-repeat;
	float:left;
	margin-left:50px;
}
.widget {
	margin-top:30px;
}
.widget .info {
	border:3px solid #fff;
	border-top:0;
	padding:10px;
	background:#f1f1f1;
	color:#000;
	text-shadow:none;
	font-size:11px;
}
.left, .right, .pt_img, .pt_info  {
	float:left;
}
.pt_info {
	height:180px;
	width:480px;
}
.right {
	width:410px;
	height:175px;
}

.floats {
	padding:30px 0 30px 0;
	clear:both;
	overflow:auto;
	color:#fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.floats2 {
	padding:30px 0 30px 0;
	clear:both;
	overflow:auto;
	color:#fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.f1 button, .f2 button {
	margin-top:-20px;
}
.f1, .f2 {
	float:left;
	width:280px;
	text-align:justify;
}
.f1 {
	margin:0;
}
.f2 {
	margin: 0 30px 0 30px;
}
.f3 {
	float:left;
	width:333px!important;
	margin:0;
	background:#000;
}
.f5 {
	margin:0 30px 0 30px;
}
.f4, .f5, .f6 {
	float:left;
	width:300px;
}
.f7 {
	width:300px;
	margin:auto;
}
.f4 p, .f5 p, .f6 p, .f7 p {
	padding:10px 0 0 0!important;
	
}
.gallery {
	width:960px;
	padding:0 0 30px 0;
	color:#fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	overflow:auto;
	clear:both;
}
.gallery .preview {
	overflow:auto;
	clear:both;
}
.preview img, .select img {
	border:solid 3px #fff;
	background:url(../images/loading.gif) no-repeat center center #fff!important;
	min-width:50px;
	width:207px;
	min-width:50px;
	height:136px;
	margin:auto;
}

#load {
	width:32px;
	height:32px;
	margin-top:140px;
}
.vid-decoration-left {
	background:url(../images/videos/vid-decoration-left.png) center center repeat;
	margin:34px 0 0 150px;;
	float:left;
	width:42px;
	height:306px;
}
.vid-decoration-right {
	background:url(../images/videos/video-decoration-right.png) center center repeat;
	margin:34px 72px 0 0;;
	float:left;
	width:42px;
	height:306px;
}
.video-theater {
	width:407px;
	height:306px;
	background:#000;
	margin:34px 0 0 0;;
	float:left;
}
.g1, .g2, .g3, .g4 {
	float:left;
	width:213px;
	height:142px;
	margin-top:34px;
	background:url(../images/img-shadow.png) no-repeat bottom center;	
}
.v1, .v2, .v3, .v4 {
	float:left;
	width:213px;
	height:142px;
	margin-top:80px;
	background:url(../images/img-shadow-2.png) no-repeat bottom center;	
}
.g1, .g2, .g3, .v1, .v2, .v3 {
	margin-right:34px;
}
#light-footer {
	background:url(../images/footer-overlay-bg.png);
	height:8%;
}
#light-footer .block_1-footer {
	background:url(../images/footer-top-centerbg.png) repeat-x top center;
}
#light-footer .block_1-footer .container-footer {
	width:960px;
	margin:auto;
}
.footer {
	text-align:right;
	color:#fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	padding:20px 0 0 0;
}
.footer a {
	-webkit-transition: color .4s linear;
	-moz-transition: color .4s linear;
	-o-transition: color .4s linear;
	-ms-transition: color .4s linear;
	transition: color .4s linear;
}
.footer .l {
	float:left;
}
.footer .r {
	float:right;
}
ul.list {
	float:left;
}
ul.my-site {
	margin-left:100px;
}
ul.my-subsite {
	margin:10px 0;
}
ul.my-site li {
	margin:2px 0 !important;
}
ul.my-site a {
	font-weight:bold;
}
ul.my-subsite a {
	font-weight:normal !important;
}
ul.my-site a, ul.my-subsite a {
	font-size:16px;
}
p.columns {
	columns:auto 2;
	-webkit-columns:auto 2; 
	-moz-columns:auto 2; 
}
/************************* Ends Container Style *******************/

/************************* Slider *********************************/
#dev7link {
    position:absolute;
    top:0;
    left:50px;
    background:url(images/dev7logo.png) no-repeat;
    width:60px;
    height:67px;
    border:0;
    display:block;
    text-indent:-9999px;
}
.slider-wrapper { 
	width: 959px; 
	margin: -2px auto 0 auto;
}
.theme-default #slider {
    margin:auto;
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:0;
}
.theme-default .nivoSlider {
	position:relative;
	background:transparent url(../images/slider/loading.gif) no-repeat 50% 50%;
    margin-bottom:50px;

}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}
.theme-default .nivo-controlNav {
	background: url(../images/slider/featured-bottom-shadow.png) no-repeat top center;
	text-align: center;
	padding: 10px 0 5px 0;
	z-index:1000;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:15px;
	height:15px;
	background:url(../images/slider/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -15px;
}
.theme-default .nivo-directionNav a {
	display:inline;
	width:30px;
	height:30px;
	background: url(../images/slider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	top:385px;
	right:410px;
}
.theme-default a.nivo-prevNav {
	top:385px;
	left:410px;
}
.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}
.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;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}
.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;
}
.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; }
.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;
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/********************** Ends Slider ********************/