/* MODAL css */
.modal {
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.2);
	display: none;
}

.modal-content {
	position: absolute;
	top: 50%;
	left: 51%;
	transform: translate(-50%, -50%);
	background-color: #fcfcfc;
	padding: 20px;
	border: 1px solid #888;
	border-radius: 19px;
	width: 52%;
	max-height: 80%;
	overflow: auto;
}

.close {
	position: relative;
	color: #aaa;
	float: right;
	top: 8%;
	right: 23%;
	font-size: 33px;
	font-weight: bold;
	background: radial-gradient(circle, #fff 0%, #ddf 100%);
	border-radius: 50%;

}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.search_text {
	vertical-align: middle;
	padding: 3px 0 3px 5px;
	width: 270px;
	color: #789;
	border: 1px solid #abc;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}

.search_text:focus {
	outline: none;
}

#select_city:focus {
	outline: none;
}

#halalcss {
	padding: 0 25px;
	font-size: 17px;
	color: #666;
	line-height: 26px;
	/**/
}

.modal_btn {
	font-size: 19px;
	background-color: transparent;
	border: 0;
	font-weight: bold;
	cursor: pointer;
	font-family: Georgia;
}

/* Modal end here */
/* Set the width and height of the scroll bar */
::-webkit-scrollbar {
	width: 15px;
	height: 15px;
}

/* Style the thumb of the scroll bar */
::-webkit-scrollbar-thumb {
	background-color: #e9e4fc;
	border-radius: 12px;
}

/* Style the track of the scroll bar */
::-webkit-scrollbar-track {
	background-color: #f5f5f5;
	border-radius: 12px;
}

/* Change the color of the thumb when hovering over the scroll bar */
::-webkit-scrollbar-thumb:hover {
	background-color: #bcaff2;
}


a {
	text-decoration: none;
}

#main {
	background-color: transparent;
	width: 90%;
	margin-top: -15px;
}

#main_body {
	font-family: "Times New Roman", Times, serif;
	background-color: #fff;
	/*background:url(back.svg) repeat;*/
	/*background:url(../images/back2.jpg) repeat;*/
	margin: 0px;
}

/*.bg_design{*/
/*background: url(../images/bg_body.jpg) repeat top;*/
/*background-color:#f1f3f5;
margin-top:-10px;
margin-bottom:0px;
}*/

.gBox {
	border: 1px solid #aabbcc;
	box-shadow: 3px 3px 1px 0px #aabbcc;
	margin-bottom: 5px;
	text-shadow: 1px 1px 2px #fff,  /* bottom right */
                0px 1px 2px #fff; 
}

.gradient{
	 background: linear-gradient(
        145deg, 
        #ffffdd, /* Light blue */
        #f0f8ff, /* Light pink */
        #fff0f5, /* Very light blue/white */
        #ffffff  /* Light gray/white */
    );
}

.gBox_info {
	border: 1px solid #aabbcc;
	background-color: #ffffff;
	box-shadow: 3px 3px 1px 0px #bbc2cc;
	height: 63px;
}

.gBox2 {
	border: 0px solid #aabbcc;
	background-color: #ffffff;
	/*Gradient effect*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bbff33');
	/* IE8,IE9*/
	background-image: -ms-linear-gradient(#ffffff, #bbff33);
	/*IE10*/
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ccffaa));
	/* Chrome */
	background: -moz-linear-gradient(top, #ffffff, #bbff33);
	/* Firefox*/
}

.btn_back {
	/*Gradient effect*/
	cursor: pointer;
	color: #606;
	/*background: linear-gradient(165deg,#fff 0,#fff 50%,#e9e4fc 50%,#fff 100%);*/
	background: radial-gradient(circle, #fff 0%, #ddffdd 100%);
	padding: 2px 10px;
	font-family: 'Segoe UI';
	font-size: 14px;
	border: 1px solid #aca;
	margin-top: 12px;
	width: 90px;
	border-radius: 11px;

}

.btn_back:hover {
	/*background: linear-gradient(165deg,#fff 0,#e9e4fc 50%,#fff 50%,#fff 100%);*/
	background: radial-gradient(circle, #ddffdd 0%, #fff 100%);
	text-shadow: 1px 1px 1px #aabbcc;
}

.btn_back1 {
	color: #ffffff;
	cursor: pointer;
	background: linear-gradient(155deg, #ddffdd 0, #339933 19%, #339933 81%, #ddffdd 100%);
	padding: 1px 10px 3px 10px;
	font-family: 'Segoe UI';
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #aabbcc;
	margin-top: 12px;
	width: 150px;
	border-radius: 10px;
}

.btn_back1:hover {
	background: linear-gradient(155deg, #fff 0, #ddffdd 50%, #fff 50%, #fff 100%);
	text-shadow: 1px 1px 1px #aabbcc;
	color: #666;
}

.btn_back1:disabled {
    background-color: #dddddd;
	text-shadow: 1px 1px 1px #aabbcc;
	cursor: not-allowed;
}

.comment {
	padding: 10px;
}

#clock {
	background: radial-gradient(circle, #ffd 0%, #ffe 50%, #fff 100%);
	border: 1px solid #aabbcc;
	box-shadow: 2px 3px 1px 0px #bbc2cc;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	width: 410px;
	margin: 0px 0px;
	padding: 3px;
	align-items: left;

}

.rounded {
	/*ROUND CORNER 4 SIDES*/
	border-radius: 5px;

	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;

	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;

	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
}


#prayer_time {
	color: #553344;
	font-size: 19px;
	padding: 2px;
	/*Gradient effect*/
	/*background: linear-gradient(180deg,#ebf6fe 0,#fff 50%,#fff 50%,#ebf6fe 100%);*/
	background: linear-gradient(180deg, #fff 0%, #fff 39%, #fff 40%, #ebf6fe 100%);
	border-radius: 2px;
}

#brand_id {
	height: 252px;
	border: 0px solid #ee0000;
}

#brand_id td {
	border: 0px solid #aa1223;
	padding: 8px 4px;
	padding-left: 0px;
	text-align: center;
}

#brand_id img {
	height: 33px;
	width: 55px;
	border: 0px solid #aabbcc;

}

.space_left {
	vertical-align: top;
	padding: 0px 0px 14px 12px;
}

#loc_change {
	/*height: 231px;*/
	vertical-align: middle;
	border: 0;
}

/*--------------------------*/
/*-----Simple Modal page ---*/
/*--------------------------*/
#basic-modal-content {
	display: none;
}

#ramadan-content {
	display: none;
}

/* Overlay */
#simplemodal-overlay {
	background-color: #000;
}

/* Container */
#simplemodal-container {
	height: 90%;
	width: 60%;
	color: #112233;
	background-color: #CFC;
	border: 4px solid #d00;
	padding: 8px 8px 8px 10px;
	font-size: 18px
}

#simplemodal-container a.modalCloseImg {
	background: url(../images/x.png) no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -15px;
	right: -16px;
	cursor: pointer;
}

#top_alert {
	width: 99%;
	color: #f00;
	/*cursor:pointer;*/
	padding: 2px;
	font-size: 21px;
	/*Gradient effect*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ccddee');
	/* IE8,IE9 */
	background-image: -ms-linear-gradient(#ffffff, #ccddee);
	/*IE10*/
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ccddee));
	/* Chrome */
	background: -moz-linear-gradient(top, #ffffff, #ccddee);
	/* Firefox*/
}

#top_alert a {
	color: #f00;
	text-decoration: none;
}

#top_alert a:hover {
	text-decoration: none;
	color: #900;
}

#top_alert a:visited {
	text-decoration: none;
	color: #f00;
}

#top_alert a:visited:hover {
	text-decoration: none;
	color: #900;
}



/*--------------------*/
/*  Slider CSS Begin  */
/*--------------------*/
/* Main Style */
.slider-wrapper {
	width: 100%;
	margin: 1px auto;
}

/* The Nivo Slider styles */
.nivoSlider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;

	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.nivoSlider img {
	position: absolute;
	top: 0px;
	max-width: 498px;

	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.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;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
}

/* 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 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #41a7f5;
	color: #fff;
	width: 100%;
	z-index: 8;
	border-top: 1px solid #f00;
	text-align: center;
	font-size: 17px;
	padding: 0px 0px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter: alpha(opacity=8);
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
	/*ROUND CORNER 2 SIDES*/
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;

	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;

	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.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: 45%;
	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;
	padding: 0px 0;
}

.nivo-controlNav a {
	cursor: pointer;
}

.nivo-controlNav a.active {
	font-weight: bold;
}

.theme-default .nivoSlider {
	position: relative;
	background: #fff url(loading.gif) no-repeat 50% 50%;
	margin-bottom: 0px;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
}

.theme-default .nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 5px 0;
}

.theme-default .nivo-controlNav a {
	display: inline-block;
	width: 20px;
	height: 11px;
	background: url(../images/bullet1.gif) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin: 0 2px;
}

.theme-default .nivo-controlNav a.active {
	background-position: 0 -20px;
}

.theme-default .nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	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: 1;
}

.theme-default a.nivo-nextNav {
	background-position: -30px 0;
	right: 1px;
}

/*For removing image border in the Bag delete icon*/
#del a:link {
	color: #f2f2f2;
}

/*unvisited link */
#del a:visited {
	color: #f2f2f2;
}

/*visited link */
#del a:hover {
	color: #f2f2f2;
}

/*mouse over link */
#del a:active {
	color: #f2f2f2;
}

/**/

/*For removing the icon border in the itemlist delete icon*/
#itemlist a:link {
	color: #ffffff;
}

/*unvisited link */
#itemlist a:visited {
	color: #ffffff;
}

/*visited link */
#itemlist a:hover {
	color: #00ff00;
}

/*mouse over link */
#itemlist a:active {
	color: #ffffff;
}

/**/

#pagination a {
	color: #00C;
	text-decoration: none;
	font-size: 22px;
}

#pagination a:hover {
	color: #FF9933;
}

.banner_login_top_1 {
	font-size: 38px;
	color: #990099;
	/*#D4AF37;*/
	position: relative;
	display: block;
	padding: 0px;
	/*width:496px;
	Internet explorer 5.5 or later*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#000, direction=90);
	/*Chrome, Opera*/
	text-shadow: 1px 1px 0px #112233;
	margin-top: 0px;
	border: 0px solid #ee0000;

}

.banner_login_top_2 {
	font-size: 16px;
	color: #111100;
	font-family: "Lucida Handwriting";
	padding: 0px;
	/*border-bottom:1px groove threedface;*/
}

#ilook a {
	color: #FFFFFF;
	text-decoration: none;
}

#ilook a img {
	border: none;
}

#ilook a:hover {
	color: #FFFF00;
	text-decoration: none;
}

.eachCat {
	text-align: left;
	font-size: 20px;
	padding: 5px;
	/*background-color: #ffffff;*/
	/*background:url(../images/fade1.cms) repeat-x top;*/
	height: 22px;
}

.eachCat a {
	color: #9933ff;
	/*font-weight:bold;*/
	text-decoration: none;
}

.eachCat a:hover {
	color: #ff6600;
	/*font-weight:bold;*/
	text-decoration: none;
}

/*
.eachCat a:visited{
	background-color:#cccccc;
	color:#000;
}*/

#bag1 a {
	text-decoration: none;
	color: #CC6600;
}

#bag2 a {
	text-decoration: none;
	color: #fff;
}

#bag3 a {
	text-decoration: none;
	font-weight: bold;
	color: #CC6600;
}


#top_design {
	background: url(../images/bg_top.jpg) no-repeat top;
}

#bottom_design {
	background: url(../images/bg_bottom.jpg) no-repeat bottom;
}

.button {
	/*Gradient effect*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#66ff66');
	/* IE8,IE9 */
	background-image: -ms-linear-gradient(#ffffff, #66ff66);
	/*IE10*/
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#66ff66));
	/* Chrome */
	background: -moz-linear-gradient(top, #ffffff, #66ff66);
	/* Firefox*/

	font-size: 13px;
	color: #112233;
	text-align: center;
	border: 1px solid #33cc33;
	height: 22px;
	width: 150px;
	padding-top: 0px;
	padding-left: 7px;
}

.button a {
	text-decoration: none;
	color: #000;
}

.button2 {
	background: url(../buttons/new_btn1.gif) no-repeat left;
	font-size: 11px;
	color: #444;
	text-align: left;
	border: 0px;
	height: 22px;
	width: 100px;
	padding-top: 0px;
	padding-left: 7px;
}

.button2:hover {
	background: url(../buttons/new_btn1.gif) no-repeat left;
}

.button3 {
	background: url(../buttons/new_btn2.gif) no-repeat left;
	font-size: 11px;
	color: #444;
	text-align: left;
	border: 0px;
	height: 22px;
	width: 100px;
	padding-top: 0px;
	padding-left: 7px;
}

.button3:hover {
	background: url(../buttons/new_btn2.gif) no-repeat left;
}


.button:hover {
	color: #112233;
	/*cursor: pointer;*/
	/*Gradient effect*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ccddee');
	/* IE8,IE9 */
	background-image: -ms-linear-gradient(#ffffff, #ccddee);
	/*IE10*/
	background: -webkit-gradient(linear, left top, left bottom, from(#66ff66), to(#ffffff));
	/* Chrome */
	background: -moz-linear-gradient(top, #ffffff, #ccddee);
	/* Firefox*/
}

#shopping_bag {
	background: url(../images/Header/shopping_bag3.png) no-repeat center;
	height: 106px;
	text-align: center;
	vertical-align: middle;
	background-size: 50px 40px;
}

#right_sideBar {
	background: url(../images/right_sideBar.jpg) repeat-y right;
}

#left_sideBar {
	background: url(../images/left_sideBar.jpg) repeat-y left;
}

#footer {
	background-color: #ffffff;
	/*Gradient effect*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbff33', endColorstr='#ffffff');
	/* IE8,IE9*/
	background-image: -ms-linear-gradient(#bbff33, #ffffff);
	/*IE10*/
	background: -webkit-gradient(linear, left top, left bottom, from(#bbff33), to(#ffffff));
	/* Chrome */
	background: -moz-linear-gradient(top, #bbff33, #ffffff);
	/* Firefox*/
}

#c2_1 {
	border-top: 0px solid #bbccdd;
	background-color: #bbff33;
	/*Gradient effect*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bbff33');
	/* IE8,IE9*/
	background-image: -ms-linear-gradient(#ffffff, #bbff33);
	/*IE10*/
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#bbff33));
	/* Chrome */
	background: -moz-linear-gradient(top, #ffffff, #bbff33);
	/* Firefox*/
}

#up_sideBar {
	background: url(../images/up_sideBar.jpg) repeat-x bottom;
}

#bottom_sideBar {
	background: url(../images/bottom_sideBar.jpg) repeat-x bottom;
}

#up_right_corner {
	background: url(../images/corner_right_top3.gif) transparent no-repeat top right;
}

#up_left_corner {
	background: url(../images/corner_left_top1.gif) transparent no-repeat top left;
}

#down_left_corner {
	background: url(../images/corner_left_bottom2.gif) transparent no-repeat bottom left;
}

#down_right_corner {
	background: url(../images/corner_right_bottom3.gif) transparent no-repeat bottom right;
}

#menu1 td {
	text-align: center;
	padding-right: 12px;
	width: 11%;
}

#menu1 td div {
	font-size: 19px;
	border: 1px solid #aabbcc;
	padding: 7px 0px;
}

#menu1 td div img {
	height: 27px;
}

#menu1 td div a {
	text-decoration: none;
	color: #112233;
	/*border-top:1px solid #69F;*/
}

#menu1 td div a:hover {
	color: #ee0000;
	/*padding-bottom:4px;*/
}

.selected {
	/*background-color:#ffffff;*/
	color: #ee0000 !important;
	font-weight: bold;
	/*padding-bottom:4px;*/
}

.banner_login {
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	padding: 8px 5px;
	border-left: 2px solid #333;
	background-color: #ccddcc;
	text-shadow: 1px 1px 2px #000, 
                 0px 1px 2px #000; 
}

.banner_login2 {
	font-weight: bold;
	font-size: 21px;
	padding: 8px 5px;
	border-left: 2px solid #333;
	text-shadow: 1px 1px 2px #000, 
                 0px 1px 2px #000; 
}

.banner_login:before {
	display: block;
	content: attr(title);
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}

.banner_login_reg {
	height: 25px;
	border-bottom: dotted #CC9900 thin;
	color: #666666;
	font-weight: bold;
	position: relative;
	display: block;
	padding: 1px;
}

.banner_login_reg span {
	display: block;
	top: 0px;
	position: absolute;
}

.banner_login_reg:before {
	display: block;
	content: attr(title);
	font-weight: bold;
	color: #fff;
}

/*for register data after pressing next*/
.banner_login_reg_2 {
	height: 25px;
	border-bottom: dotted #CC9900 thin;
	color: #339933;
	font-weight: bold;
	position: relative;
	display: block;
	padding: 1px;
}

.banner_login_reg_2 span {
	display: block;
	top: 0px;
	position: absolute;
}

.banner_login_reg_2:before {
	display: block;
	content: attr(title);
	font-weight: bold;
	color: #fff;
}

/*for BOTTOM text shadow*/
.banner_login_bottom {
	/*background:url(../images/banner_bottom4.gif) repeat-x top left;*/
	height: 45px;
	color: #333333;
	font-weight: bold;
	position: relative;
	display: block;
	padding: 1px;
}

.banner_login_bottom span {
	display: block;
	top: 0px;
	position: absolute;
}

.banner_login_bottom:before {
	display: block;
	content: attr(title);
	font-weight: bold;
	color: #fff;
}

/*Bismilla'r design*/
.banner_login_bismilla {
	font-size: 16px;
	color: #FFFF66;
	position: relative;
	display: block;
	padding: 1px;
}

.banner_login_bismilla span {
	display: block;
	top: 0px;
	position: absolute;
}

.banner_login_bismilla:before {
	display: block;
	content: attr(title);
	font-size: 16px;
	color: #333333;
}

#terms td {
	font-size: 13px;
}

.sitemap {
	margin-left: 12px;
	border-spacing: 0px;
	border: 0px;
}

.sitemap_box {
	width: 19%;
	padding: 12px 0px 10px;
	text-align: center;
	background-color: #FFF;
	border: thin solid #DDD;
	color: #3C6;
}

.sitemap_box a {
	text-decoration: none;
	color: #3C6;

}

.sitemap_cat {
	color: #3C6;
	padding: 5px 11px 5px;
	border: thin solid #CCC;
	height: 15px;
}

/*------------------------------------------------*/
/*  CSS For Slider                                */
/*	Featured Content Slider	by: Chris CoyierSLIDER*/
/*------------------------------------------------*/

.brown_gradient {
	/*border:0px solid #ee0000;*/
	background-color: #ffffff;
	padding-top: 7px;
	padding-bottom: 5px;
	width: 700px;
}

.rounded {
	width: 100%;
}

.slider-wrap {
	border: 1px solid #ee0000;
	width: 700px;
	height: 290x;
	margin-left: 7px;
	margin-right: 7px;
	position: relative;
	border: 0px dotted #F00;
	vertical-align: bottom;
}

.stripViewer {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.stripViewer .panelContainer {
	position: relative;
	padding: 0px;
	margin: 0px;
	border: 0px solid #dd0000;

}

.stripViewer .panelContainer .panel {
	position: relative;
	float: left;
	height: 290px;
	width: 700px;
	border: 0px solid #ddd;
	text-align: center;
}

.stripViewer .panelContainer .panel img {
	height: 95%;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	margin-top:5px;
	z-index: 999;
	vertical-align: middle;
	width: 57%;
	overflow: hidden;
}

.stripNavL,
.stripNavR,
.stripNav {
	display: none;
}

.photo-meta-data {
	/*background-color: #ffffff;*/
	font-family: "Meiryu UI";
	width: 39%;
	line-height: 1.2em;
	padding: 0px 2px;
	overflow: hidden;
	color: #789;
	font-size: 26px;
	font-weight: bold;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 13px #fff;
}

.slide_text {
	/*background-color: #ffffff;*/
	margin: 3px;
	width: 98%;
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	padding: 10px 0px;
}

.photo-meta-data a {
	color: #ffffff;
	/*text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;*/
}

.photo-meta-data a:hover {
	color: #eded00;
	text-decoration: none;
}

.nav-thumb {
	height: 30px;
	width: 40px;
	border: 1x solid #ffff00;
}

#movers-row {
	/*width:100%;*/
	margin: 4px 0px 0px 0px;
	border: 0px dotted #30C;
}

#movers-row div {
	display: inline;
	float: center;
	padding: 0px 3px 3px 0px;
}

#movers-row div img {
	border: 0px solid #93F;
	width: 20px;

}

#movers-row div a.cross-link {
	float: left;
}

.cross-link {
	display: block;
	margin-top: 20px;
	position: relative;
	padding-top: 0px;
	z-index: 9999;
}

.active-thumb {
	background: url(../images/slide/circle-24-red.png) top no-repeat;
	/*	border:1px solid #F00;*/
}

/*---------------------------------------------*/
/*   Slider End                                */
/*---------------------------------------------*/

#trading {
	height: 140px;
	width: 170px;
	border: thin solid #112233;
	margin-top: 10px;
}