html {
     overflow-y: -moz-scrollbars-vertical;
     overflow-y: scroll;
}
/*
body, html {
	font-family:Arsenal-Regular;
	height:100%;*/
	/*background-color:#e4e4e4;*/
	/*margin:0px;
	padding:0px;
}


img{
	border: 0px;
}
*/
.allContent{
	/*background:#ffffff;*/
	visibility:hidden;
	margin:0px;
	padding:0px;
}

.sliderULAuto{
	list-style:none;
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
}


.imgboxAuto{
	position: relative;
	display:inline;
	float: left;
}

.imgboxAuto img{
	width:100%;
}

.carouselHolderMulti{
	width:100%;
	margin:20px auto;
	overflow:hidden;
	background:#ffffff;
	/*border: 2px solid #cccccc;*/
	border-radius: 5px;
}

@media screen and (max-width: 640px) {

  .carouselHolderMulti{
	width:100%;
	margin:10px 0px 10px 0px;
	padding: 0px;
	overflow:hidden;
	background:#ffffff;
	border: 0px solid #cccccc;
	border-radius: 5px;
	}
}

.test{
	/*display:none;*/
	width: 100%;
	/*background: #F5FAC3;
	margin:10px 0px 30px 0px;*/
	float:left;
	/*border: 1px solid red;*/
}

@media screen and (max-width: 640px) {

  .test{
	/*display:none;*/
	width: 100%;
	/*background: #F5FAC3;
	margin:10px 0px 30px 0px;*/
	float:left;
}
}

.sliderDisp{
	width: 100%;
	/*background: #F5FAC3;*/
	padding: 10px 0px 10px 0px;
	/*margin:10px 0px 30px 0px;
	border: 1px solid red;*/
}

.sliderDiv{
	overflow:hidden;
	margin:0px auto;
	position: relative;
	/*border: 1px solid blue;*/
}

.sliderUL{
	list-style:none;
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.imageBox{
	position: relative;
	display:inline;
	overflow:hidden;
	float: left;
	background-color:#C3CF6C;
	margin-bottom:0px;
	margin-top:0px;
}

.box{
	/*border-width: 0px;*/
	border-color: #aab50b;
	border-style: solid;
	display: inline-block;
	float: left;
	/*border: 1px solid blue;*/
}

.imageBoxses{
	position: relative;
	display:inline;
	overflow:hidden;
	float: left;
	background-color:#C3CF6C;
	margin-bottom:10px;
	margin-top:5px;
	
}

/*Pager and Next Previous*/
.pageDiv{
	width:99%;
	margin:0px auto;
	padding: 0px;
	background:#BBBDCD; /*#677957;*/
	overflow:hidden;
	font-family: arial;
	font-size: 14px;
	/*border: 1px solid blue;*/
}

.pageList{
	padding:0px;
	position:relative;
	margin: 0px 0px 0px 0px;
	height:20px;
	float:left;
	display:inline;
	/*font-size:22px;
	border: 1px solid red;*/
}
.pageList li{
	float:left;
	margin:5px;
	width:25px;
	height:25px;
	padding:2px 3px 3px 2px;
	text-align:center;	
	border:1px solid #f1f1f1;
	color:#ffffff;
	list-style: none;
	/*opacity: 0.6;*/
	border-radius: 3px;
	cursor: pointer;
}
.pageList li:hover{
	/*opacity:0.9;*/
	border:1px solid #347FBE;/*#3EB924;*/
	color:#347FBE;/*#3EB924;*/
}

.nvgt{
	height: 150px;
	width: 30px;
	display: inline-block;
	text-align: center;
	top: 0px;
	opacity: 0.4;
	cursor: pointer;
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 0px;
	position: absolute;
	color: black;
	/*border: 1px solid blue;*/
}
.nvgt:hover{
	opacity: 0.9;
}

.carousalDiv{
	float:left;
	position:relative;
	/*display: inline-block;
	border: 1px solid red;*/
}

.Fpages {
	float:left;
	text-align:center;
	padding:8px 0px 5px 0px;
	margin-top:-3px;
	display:inline;
	/*border: 1px solid red;*/
}

.Fpages li{
	float:left;
	color:#fff;
	list-style: none;
	/*opacity: 0.6;*/
	cursor: pointer;
}

.Fpages li:hover{
	color:#347FBE;/*#3EB924;*/
	/*opacity:0.9;*/

}

.pagerContainer{
	/*height:25px;*/
	margin-left:10px;
	padding:5px 5px 10px 0;
	float:right;
	font-family: arial;
	/*border: 1px solid red;*/
}

@media screen and (max-width: 640px) {

  .pagerContainer{
	/*height:25px;*/
	margin-left:0px;
	padding:5px 10px 10px 0;
	/*border: 1px solid red;*/
	}

}

.pagerContainer ul{
	margin:0px 3px 0px 0px;
	/*border: 1px solid blue;*/
}

/*Main Content and others*/
#background_content{
	width: 100%;
	float:left;
	/*background:red;
	background-image: url('../images/dimension009_02.png');*/
	padding:0px;
	margin:0px;
	/*border: 1px dashed red;
	display: inline-block;*/
}

#Info{
	width:65%;
	float:left;
	margin-right:20px;
	/*background:#666;*/
}

p.clear{
	clear:both;
	margin:0px;
	padding:0px;
}

#blanket {
	width:100%;
	height: 100%;
	background-color:#111;
	opacity: 0.65;
	filter:alpha(opacity=65);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
}

#blanket a {
	width:100%;
	height:100%;
	float:left;
	position:absolute;
	color:#fff;
	Font-Size:14px;
	text-decoration:none;
	/*background-image:url('../images/no_drink.png');
	background-repeat:no-repeat;
	margin:50px;*/
}

#popUpDiv {
position:fixed;
margin: 0 auto;
background-color:#eeeeee;
text-align:center;
z-index: 9002;
}

#popUpDiv  img {
	width:100%;
}

.img{
	width:100%;
	height:100px;
	overflow:hidden;
}

#vidyaCont{
	width:100%;
	float:left;
	margin-top:20px;
	margin-bottom:10px;
}

.close{
	width:30px;
	height:30px;
	position:fixed;
	/*background-image:url('../images/closeButton.png');
	background-repeat:no-repeat;*/
	text-align:center;
	z-index: 90555;
	/*border: 1px solid red;*/
}

.close_graphic {
	color: #000000;
}

.alignmentText{
	margin:0px;
	padding:0px;
}


.tirkasText{
font-family:Tirkas;
}

.hide {
	display: none;
}

.imgSpan {
	height: 94%;
	width: 100%;
	text-align:center;
	/*background:#BDC6CA;*/
	padding-top: 5px;
	display: inline-block;
	/*border: 1px solid red;*/
}

.li_div{
	position: relative;
	width:100%;
	padding:0px 0px 0px 0px;
	overflow-x:hidden;
	overflow-y:auto;
	height:150px; /*250px;*/
	margin-bottom:1px;
	float: left;
	font-family:shivaji05;
	font-size:16px;
	font-weight:normal;
	/*border:1px solid #ccc;*/
	background:#f1f1f1;
}

.scalearrow {
	-webkit-transform: 	scale(0.7, 2); /* Chrome, Opera 15+, Safari 3.1+ */
   -moz-transform: 		scale(0.7, 2); /* Firefox 3.5+ */
    -ms-transform: 		scale(0.7, 2); /* IE 9 */
    -o-transform: 		scale(0.7, 2); /* Opera 10.5+ */
    transform: 			scale(0.7, 2); /* Firefox 16+, IE 10+, Opera */
	-sand-transform: 	scale(0.7, 2); /* IE8 */
	text-align: center;
	/*border: 1px solid red;*/
}