
/*================ common css styles  =====================*/
@font-face {
  font-family: 'AdobeHeitiStd-Regular-Alphabetic';
  src: url('fonts/AdobeHeitiStd-Regular-Alphabetic.eot');
  src: url('fonts/AdobeHeitiStd-Regular-Alphabetic.eot') format('embedded-opentype'),
         url('fonts/AdobeHeitiStd-Regular-Alphabetic.woff') format('woff'),
         url('fonts/AdobeHeitiStd-Regular-Alphabetic.ttf') format('truetype'),
         url('fonts/AdobeHeitiStd-Regular-Alphabetic.svg#AdobeHeitiStd-Regular-Alphabetic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'palai';
    src: url('fonts/palai.eot');
    src: url('fonts/palai.eot') format('embedded-opentype'),
         url('fonts/palai.woff2') format('woff2'),
         url('fonts/palai.woff') format('woff'),
         url('fonts/palai.ttf') format('truetype'),
         url('fonts/palai.svg#palai') format('svg');
}
@font-face {
  font-family: 'KozGoPr6N-Regular-AlphaNum';
  src: url('KozGoPr6N-Regular-AlphaNum.eot');
  src: url('fonts/KozGoPr6N-Regular-AlphaNum.eot') format('embedded-opentype'),
         url('fonts/KozGoPr6N-Regular-AlphaNum.woff') format('woff'),
         url('fonts/KozGoPr6N-Regular-AlphaNum.ttf') format('truetype'),
         url('fonts/KozGoPr6N-Regular-AlphaNum.svg#KozGoPr6N-Regular-AlphaNum') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Rockwell';
  src: url('Rockwell.eot');
  src: url('fonts/Rockwell.eot') format('embedded-opentype'),
         url('fonts/Rockwell.woff') format('woff'),
         url('fonts/Rockwell.ttf') format('truetype'),
         url('fonts/Rockwell.svg#Rockwell') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Rockwell-Bold';
  src: url('Rockwell-Bold.eot');
  src: url('fonts/Rockwell-Bold.eot') format('embedded-opentype')
         url('fonts/Rockwell-Bold.woff') format('woff'),
         url('fonts/Rockwell-Bold.ttf') format('truetype'),
         url('fonts/Rockwell-Bold.svg#Rockwell-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Rockwell-BoldItalic';
  src: url('Rockwell-BoldItalic.eot');
  src: url('fonts/Rockwell-BoldItalic.eot') format('embedded-opentype'),
         url('fonts/Rockwell-BoldItalic.woff') format('woff'),
         url('fonts/Rockwell-BoldItalic.ttf') format('truetype'),
         url('fonts/Rockwell-BoldItalic.svg#Rockwell-BoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Rockwell-Italic';
  src: url('Rockwell-Italic.eot');
  src: url('fonts/Rockwell-Italic.eot') format('embedded-opentype'),
         url('fonts/Rockwell-Italic.woff') format('woff'),
         url('fonts/Rockwell-Italic.ttf') format('truetype'),
         url('fonts/Rockwell-Italic.svg#Rockwell-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}


*{
    -webkit-appearance: none;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    border-radius:0px;
    outline-width:0px;
}
html, body {
    width: 100%;
	height: 100%;
}
body {
    background:#e2e2df url(../../Images/background.png) repeat left top;
    color:#fff;
    font-size:14px;	
    font-family: 'Open Sans', sans-serif;
	margin: 0px;
	padding: 0px;
}
a{
    text-decoration:none;
    color:#000;
	-webkit-transition: all  0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	 transition: all 0.3s ease-in-out;
}
a:hover {
    color:#0f4d86;
}
h1, h2, h3, h4, h5, h6{
    margin:0px;
    padding:0px;
}
a img {
    border:0px;
}
img {
	border:0px;
	max-width:100%;
}
ul, li {
    list-style:none;
    margin:0px;
    padding:0px;
}

.wrapper{
    width:1000px;
    margin:0px auto;
}
#u_0_0 {width:100% !important; }
/*=============== header start =================*/

.header{
    float:left;
    width:100%;
}
.header_menu{
	float:left;
	width:100%;
	background-color:#ff9900;
}
.log_in {
	float:left;
}
.log_in a {
	color: #fff;
    display: table-cell;
    font-size: 17px;
    font-weight: bold;
    padding:19px 20px;
    text-transform: uppercase;
    vertical-align: middle;
}
.log_in.active a{
	background:#453d39 !important;
	color:#fff !important;
}
.logo {
	background:rgba(255,153,0,0.8);
    float: left;
    margin: 26px 0px;
    padding: 42px 40px;
    position: absolute;
    top: 83px;
    z-index: 1;
}
.main_slider {
	width: 100%;
	float: left;
	padding:25px 0px 15px;
	background:rgba(255,255,255,0.3);
	border-bottom:1px solid #dadad8;	
}
.slider-caption {
	float:left;
	width:100%;
}

.slider-caption h2 
{ 
	width:630px;
}
.home_slider {
	width: 100%;
	float: left;
}
.section-1 {
	float:left;
	width:100%;
	padding:15px 0px;
	border-bottom:1px solid #dadad8;
}
.buddha_detail {
	float:left;
	width:100%;
}
.left_side {
	float:left;
	width:38%;
}
.buddha_msg {
	float:left;
	width:96%;
	background:#453d39;
	padding:20px 2% 10px;
	position:relative;	
	text-align:center;
	 height: 300px;
}
.top_lft {
	float:left;
	position:absolute;
	top:4px;
	left:4px;
}
.top_rgt {
	float:left;
	position:absolute;
	top:4px;
	right:4px;
}
.bottom_lft {
	float:left;
	position:absolute;
	bottom:1px;
	left:4px;
}
.bottom_rgt {
	float:left;
	position:absolute;
	bottom:1px;
	right:4px;
}
.buddha_img {
	display:inline-block;
	width:100%;
}
.buddha_msg h3 {
	font-family: 'Rockwell-BoldItalic';
	font-size:18px;
	line-height:22px;
}
.msg_text {
	display:inline-block;
	width:100%;
	  height: 205px;
}
.msg_text h3 {
	font-family: 'Rockwell-Italic';
	font-size:18px;
	line-height:22px;
}
.msg_text p {
	font-family: 'Rockwell-Italic';
	font-size:15px;
	line-height:22px;
	margin: 10px 20px;
	}
.content{
	margin-top: 12px;
    height: 165px;
    max-width: 100%;
    overflow: auto;
    padding: 0px 0px 8%;
    position: relative;
    width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
.content h2{
	font-size: 200%;
	line-height: 130%;
}
.content h2:first-child{ margin-top: 5px; }
.content:nth-child(odd) h2{
	font-weight: 300;
	font-style: normal;
}
hr + .content:nth-child(odd) h2{
	font-weight: 700;
	font-style: italic;
}
.content.light h2{ color: inherit; }
.content img{
	margin: 0;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	padding: 3px;
	background: rgba(0,0,0,0.2);
}
.content.light img{ background: rgba(255,255,255,0.4); }
.content input[type='text'], .content textarea{
	border: none;
	background: transparent;
	background-color: #bbb;
	background-color: rgba(255,255,255,0.6);
	min-height: 20px;
	padding: 5px;
	-moz-box-shadow: inset -1px -1px 1px rgba(255,255,255,0.6), inset 3px 3px 20px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset -1px -1px 1px rgba(255,255,255,0.6), inset 3px 3px 20px rgba(0,0,0,0.5);
	box-shadow: inset -1px -1px 1px rgba(255,255,255,0.6), inset 3px 3px 20px rgba(0,0,0,0.5);
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	width: 50%;
	font-size: inherit;
	font-family: inherit;
	color: #222;
}
.content textarea{
	min-height: 80px;
	width: 70%;
}
.content .half img{
	max-width: 48%;
	margin: 0 0 2% 2%;
}
.content .half img:nth-child(odd){ margin: 0 2% 2% 0; }
#demo.showcase{ min-width: 740px; }
.showcase .content{
	float: left;
	width: 340px;
	height: 300px;
}
.showcase .horizontal-images.content{
	height: 140px;
	width: 700px;
	max-width: 97%;
	padding: 5px 5px 0 5px;
}
.showcase .horizontal-images.content h2, .showcase .horizontal-images.content li img{ height: 119px; }
.showcase .horizontal-images.content h2{
	color: #fff;
	background-color: #eb3755;
	padding: 10px 20px;
	margin: 0;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	font-size: 165%;
}
.mCustomScrollBox{ /* contains plugin's markup */
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: none;
	direction: ltr;
}
.mCSB_inside > .mCSB_container{ 
	display: inline-block;
    width: 76%;
}
.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
	position: absolute;
	width: 10px;
	height: 150px;
	left: auto;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0; 
	height: 125px;
}
.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }
.mCSB_scrollTools .mCSB_draggerRail{
	width: 6px;
	height: 100%;
	margin: 0 auto;
	background:#161514;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
}
.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
	cursor: pointer;
	width: 100%;
	height: 30px; /* minimum dragger height */
	z-index: 1;
	
	height: 25px !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
	position: relative;
	width: 6px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	background:#7c716c;
}
.mCSB_scrollTools .mCSB_draggerRail{
	background-color: #161514; 
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background:#7c716c;
}

/*--------- second slider --------*/

.right_side {
	float:right;
	width:60%;
}
.second_slider{
    float: left;
    width: 100%;
	position:relative;
}
.slider_border {
	border: 1px solid #fff;
    float: left;
    height: 310px;
    left: 0px;
    margin: 6px;
    position: absolute;
    width: 98%;
    z-index: 2;
}
.slider_border1 {
	border: 1px solid #fff;
    float: left;
    height: 310px;
    left: 0px;
    margin: 6px;
    position: absolute;
    width: 65%;
    z-index: 2;
}
.slider_next1{
    float: left;
    height: 230px;
    width: 100%;
}
.slider_next{
    float: left;
    height: 328px;
    width: 600px;
}
.slider_box{
    width:100%;
    float:left;
    position:relative;
}
.slider_box img{
    min-height:330px;
}
.event_view {
	float:left;
	background:rgba(255,255,255,0.8);
    margin: 28px 0px;
    padding: 15px 20px 0px;
    position: absolute;
    top: 0;
    z-index: 2;
	text-align:center;
}
#circle {
	display:inline-block;
	width:100%;
	margin: 10px 0px;
	position: relative;
}
 .CircleClass {
	display:inline-block;
	width:100%;
	margin: 10px 0px;
	position: relative;
}
#circle strong {
    color: #ff9900;
    font-size: 60px;
    font-weight: normal;
    left: 0;
    line-height: 60px;
    position: absolute;
    top: 30px;
    width: 100%;
}

.CircleClass strong {
    color: #ff9900;
    font-size: 60px;
    font-weight: normal;
    left: 0;
    line-height: 60px;
    position: absolute;
    top: 30px;
    width: 100%;
}
#circle  span {
    color: #453d39;
    font-size: 11px;
    font-weight: normal;
    left: 0px;
    position: absolute;
    top: 92px;
    width: 100%;
}

.CircleClass span {
    color: #453d39;
    font-size: 11px;
    font-weight: normal;
    left: 0px;
    position: absolute;
    top: 92px;
    width: 100%;
}
#circle  b {
	font-family: 'AdobeHeitiStd-Regular-Alphabetic';
    color: #453d39;
    font-size: 8px;
    font-weight: normal;
    left: 0px;
    position: absolute;
    top: 105px;
    width: 100%;	
}

.CircleClass b {
	font-family: 'AdobeHeitiStd-Regular-Alphabetic';
    color: #453d39;
    font-size: 8px;
    font-weight: normal;
    left: 0px;
    position: absolute;
    top: 105px;
    width: 100%;	
}
.circles-wrp {
	display:inline-block;
	width:100%;
}
#circle  canvas{
	display: inline-block;
    width: 140px;
}

CircleClass canvas{
	display: inline-block;
    width: 140px;
}
.event_view h3 {
	font-family: 'AdobeHeitiStd-Regular-Alphabetic';
    color: #453d39;
    font-size: 16px;
    width: 100%;	
}
.event_view p {
    color: #453d39;
    font-size: 12px;
    width: 100%;
	margin:2px 0px 11px;	
}
.event_view a {
	background:#453d39;
	color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 18px;
    padding: 3px 15px;
}
.event_view a:hover {
	background:#ff9900;
	color:#fff;
}
.section-2 {
	float:left;
	width:100%;
	padding:15px 0px;
	background:rgba(255,255,255,0.3);
	border-bottom:1px solid #dadad8;
}
.event_detail {
	float:left;
	width:100%;
}
.media_watch {
	float:left;
	width:100%;
	border:1px solid #cbcbcb;
	background:#FFF;
	padding:10px 0px;
}
.media_watch h3 {
	font-family: 'Rockwell';
	font-size:18px;
	line-height:22px;
	color:#453d39;
	padding: 10px 15px;
}

/*--------  tab start ---------*/

#tabwrap {
	background:#fff;
	margin: 10px 0px 0px;
	overflow: hidden;
	width: 100%;
	max-height: 265px;
}
.tabs {
  overflow: hidden;
  background: #453d39;
  padding: 10px 10px 0px;
}
.tabs li { 
	list-style: none; 
}
.tabs li a {
	float: left;
	display: block;
	padding: 10px 9.9%;
	font-family: 'Rockwell';
	color: #fff;
	font-weight:normal;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
}

.tabs li a:hover {
	background: #433d3b;
}
.tabs li.current a {
	background: #fff;
	color: #666;
}
.tab_content > div {
	clear: both;
	padding: 10px;
	color: #666;
	display: none;
}
.tab_content .current {
	display: block;
}
.tab_content #home.first {
	display: block;
}
.tab_content .media_play p {
	margin: 0 0 20px 0;
	 bottom: -20px;
  color: #453D39;
  font-size: 20px;
  left: 0;
  margin: 0 0 20px;
  position: absolute;
  width: 100%;
  z-index: 4;
}

.media_play p {
	margin: 0 0 20px 0;
	 bottom: -18px;
  color: #453D39;
  font-size: 20px;
  left: 0;
  margin: 0 0 20px;
  position: absolute;
  width: 100%;
  z-index: 4;
}

.slides ul li p {
	margin: 0 0 20px 0;
	 bottom: 0;
  color: #453D39;
  font-size: 20px;
  left: 0;
  margin: 0 0 20px;
  position: absolute;
  width: 100%;
  z-index: 999;
}
.media_play {
	float:left;
	width:100%;
	text-align:center;
	 height: 237px;
}
.Music_view1  .media_play{
	 height: 411px;
}
.Music_view1  .slider_next1{
	 height: 411px;
}
	.media_play ul li { 
		background-image:url(../../Images/background.png);
	}
.media_play .home_slider a {
		display: table-cell;
    height: 200px;
    vertical-align: top;
    width: 500px;
}
#u_0_0 {
	width:100% !important;
}

.calender_view {
	float: right;
    width: 100%;
}
.calender_view img{
	height:364px;
}
.social_view {
	float:left;
	width:100%;
}
.Music_view {
	background-color: #f5f5f5;
    border: 1px solid #cbcbcb;
    float: left;
    padding: 10px 0px;
    text-align: center;
    width: 100%;
	margin:81px  0;
}
.Music_view1 {
	background-color: #f5f5f5;
    border: 1px solid #cbcbcb;
    float: left;
    margin: 0 0 15px 0px ;
    text-align: justify ;
    width: 100%;
}
.facebook_menu {
	float:left;
	width:100%;
}
/*.facebook_menu img{
	height:347px;
}*/
.contact_view {
	float:left;
	width:92%;
	background-color:#FFF;
	border:1px solid #cbcbcb;
	padding: 3% 4%;
}
.left_contact {
	border-right: 1px solid #cbcbcb;
    float: left;
    padding: 0px 45px 0px 0px;
    width: 45%;
}
.left_contact h3 {
	font-size:20px;
	color:#453d39;
	font-family: 'Rockwell';
	font-weight:normal;
	margin: 0px 0px 15px;
}
.full_contact {
	float:left;
	width:100%;
	margin:5px 0px 0px;
}
.left_label {
	float:left;
	width:85px;
}
.left_label label {
	display:inline-block;
	width:100%;
	font-weight:bold;
	color:#666666;
	vertical-align:middle;
	margin:5px 0px;
}
.full_contact:first-child .left_label label {
    margin: 0;
}
.right_all {
	float:right;
	width:78%;
}
.right_all input[type=radio].css-checkbox {
	position:absolute; 
	z-index:-1000; 
	left:-1000px; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	margin:-1px; 
	padding:0;
	border:0;
}
.right_all input[type=radio].css-checkbox + label.css-label, .right_all input[type=radio].css-checkbox + label.css-label.clr {
	background-position: 0 top;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
	color:#666666;
    font-size: 16px;
    height: 12px;
    line-height: 12px;
    margin: 5px 10px 5px 0px;
    padding: 0px 0px 0px 16px;
    vertical-align: middle;
}
.right_all input[type=radio].css-checkbox:checked + label.css-label,.right_all input[type=radio].css-checkbox + label.css-label.chk {
	background-position: 0 bottom;
}
.right_all label.css-label {
	background-image:url(../../Images/radiobtn.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.right_all input[type="text"] {
	display: block;
	background: #fff;
	height: 34px;
	line-height: 34px;
	padding-left: 10px;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #d2d2d2;
	font-family: 'Open Sans', sans-serif;
}
.right_all input[type="text"]:focus ,.right_all textarea:focus {
	border: 1px solid #ff9900;
}
.right_all textarea {
	display: block;
	background: #fff;
	height: 107px;
	padding-left: 10px;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #d2d2d2;
	font-family: 'Open Sans', sans-serif;
}
.full_contact input[type="button"] {
	float: right;
	background: #453d39;
	text-align: center;
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	border: 0;
	outline: none;
	padding: 8px 30px;
	cursor: pointer;
	-webkit-transition: all  0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	 transition: all 0.3s ease-in-out;
}
.full_contact input[type="button"]:hover {
	background: #ff9900;
	-webkit-transition: all  0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	 transition: all 0.3s ease-in-out;
}


.right_adds {
	float:right;
	width:45%;
}
.right_adds h3 {
	font-size:20px;
	color:#453d39;
	font-family: 'Rockwell';
	font-weight:normal;
	margin: 0px 0px 15px;
}
.right_adds p {
	color: #666666;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0px 25px;
    width: 50%;
}
.right_adds img {
    float: left;
    margin: 5px 15px 0px 0px;
}
.right_adds ul li{
	float:left;
	width:100%;
	color:#666666;
	margin: 0px 0px 12px;
}
.right_adds ul li img {
	float: left;
	margin: 3px 15px 0px 0px;	
}
.right_adds ul li a{
	color:#666666;
}
.right_adds ul li a:hover{
	text-decoration:underline;
}

/*----------- footer start----------*/

.footer {
	float:left;
	width:100%;
	background-color:#453d39;
	border-top:2px solid #ff9900;
	padding:20px 0px 0px;
}
.inner_footer {
	float:left;
	width:100%;
	padding:0px 0px 30px;
}
.footer_div {
	float:left;
	width:240px;
	margin: 0px 10px 0px 0px;
}
.footer_div h3 {
	font-size:20px;
	border-bottom:1px solid #352d29;
	font-weight:normal;
	padding:10px 0px 10px;
}
.footer_div p {
	font-size:12px;
	font-style:italic;
	line-height:20px;
}
.footer_div > ul {
    margin: 10px 0px 0px;
}
.footer_div ul li {
	display:list-item;
	background:url(../../Images/rectangle-img.jpg) no-repeat left center;
	margin: 3px 0px 0px 0px;
	padding:0px 0px 0px 12px;
}
.footer_div ul li a {
	display:inline-block;
	color:#9c9490;
}
.footer_div ul li a:hover {
	color:#fff;
}
.footer_bottom {
	float:left;
	width:100%;
	background-color:#ff9900;
	padding:15px 0px;
}
.footer_bottom p {
	float:left;
	font-size:12px;
	margin:0px;
}
.footer_bottom a {
	float:right;
	font-size:12px;
	color:#FFF;
}
.footer_bottom a:hover {
	color:#453d39;
}
#fb-root {
  display: none;
}
 
/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
width: 100% !important;
}

.second_slider .slider_box1 img {
    height: 330px;
}


.top-left{    top: 9%!important;    left: 1%!important;}
.top-middle {     top: 9% !important;    left: 39% !important;}
.top-right, #rightside { top: 9% !important; width:224px; display:block; left: 70% !important; }

.left-middle {    top: 38% !important;    left: 1% !important;}
.middle {    top: 38% !important;    left: 39% !important;}
.right-middle,.caption .slider-caption, #rightside {    top: 39% !important;  width:224px; display:block;  left: 70% !important;}
#rightside {font-size: 22px !important;}
.bottom-left {    top: 83% !important;    left: 1% !important;}
.bottom-middle {    top: 83% !important;    left: 39% !important;}
 

.logoright{
      display:table-cell;
      float:none;
      margin:0;
      position:inherit;
      vertical-align:middle;
      width:22%;
      max-height:354px;
      box-sizing:border-box;
}

.sliderright{
    width:78%;
   display:table-cell;
   float:none;
   padding:0 0 0 14px;
   vertical-align:top;
    box-sizing:border-box;
}
    .sliderright img {
        height: 320px;
        float:left;
        width:100%;
    }

.sliderimage{display:table;width:100%;}



