/* start styling index.php */
.main-box {
/*border:#999 solid 3px;*/
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-moz-box-shadow: 0 0 5px #DDD;
-webkit-box-shadow: 0 0 5px #DDD;
box-shadow: 0 0 5px #DDD;
}
/* end styling index.php */

/* start styling aboutus.php */
#aboutus_banner_container {
	width: 960px;
	height: 260px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 0 2px #DDD;
	-webkit-box-shadow: 0 0 2px #DDD;
	box-shadow: 0 0 2px #DDD;
	background: url("../img/common/aboutus_banner.jpg");
}

.aboutus_title {
	font-size: 14px;
	font-weight: bold;
	color:#444;
	padding: 20px 5px 0 5px;	
}

.aboutus_text {
	font-size: 12px;
	color:#666;
	padding: 0 5px 0 5px;		
}
/* end styling aboutus.php */
/* start styling contactus.php */
#contactus_wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
}
#contactus_banner_container {
	padding:0;
	margin:0;
	line-height:1px;
	height:1px;
	width: 100%;
}
#contactus_form_container {
float: left;
margin: 0 0 0 0;
padding: 10px 10px 10px 10px;
width: 650px;

}

#contactus_form_header {
	background: #EEE;
	border: 1px #CCC solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	-webkit-box-shadow:inset 0px 5px 10px  rgb(225,225,225); /* Safari, Chrome */
	box-shadow:inset 0px 5px 10px rgb(225,225,225); /* CSS3 */  	
}
#contactus_info_container {
float: left;
margin: 10px 0 0 10px;
padding: 10px 10px 10px 10px;
width: 260px;
background: #ddd;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-webkit-box-shadow:inset 0px 5px 10px  rgb(225,225,225); /* Safari, Chrome */
box-shadow:inset 0px 5px 10px rgb(225,225,225); /* CSS3 */ 
}
.contactus_info_title {
	font-weight: bold;
	color: #444;
}
.contactus_info_text {
	padding: 10px 0 10px 0;
	color: #666;	
}

#contactus_form_area {
width: 650px;
padding: 20px 20px 20px 100px;
}

.contactus_form_title {
float:left;
width: 150px;
font-size: 12px;
}

#contactus_form_warning{
float:left;
width: 450px;
color:#F00;
padding: 0 20px 10px 20px;
}
.contactus_form_field {
float:left;
width: 250px;
font-size: 12px;
}
.contactus_form_field input  {
font-size: 12px;
height: 12px;
width: 200px;
}
.contactus_form_field select {
font-size: 12px;
height: 20px;
width: 200px;
}
.contactus_form_field textarea {
font-size: 12px;	
height: 80px;
width: 200px;
resize:none;
}

.longfield {
width: 300px !important;
}

#btnSubmit {
height: 20px !important;;
width: 50px !important;;
}
/* end styling contactus.php */
/* start styling jobs.php */
#jobs_main_header{
	background: #EEE;
	border: 1px #CCC solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	-webkit-box-shadow:inset 0px 5px 10px  rgb(225,225,225); /* Safari, Chrome */
	box-shadow:inset 0px 5px 10px rgb(225,225,225); /* CSS3 */  		
}
#jobs_left_conatiner {
	padding-right: 10px;

	width:300px;
	float:left;
	margin: 10px 10px 10px 10px;
}

#jobs_left_conatiner a {
text-decoration: none;
color: #333;
}

#jobs_left_conatiner a:hover {
text-decoration: underline;
}

#jobs_left_conatiner ul li {
padding-bottom: 5px;
}
#jobs_main_wrapper {
float: left;
width: 580px;
border-left: 1px solid #999;
margin: 10px;
padding: 0 10px 10px 10px;
}
/* end styling jobs.php */
/* start styling wheretobuy.php */
#wtb_cont_conatiner {
	float: left;
	margin: 0;
	padding: 10px 10px 10px 20px;
	width: 190px;
	background: #EEE;
	border: 1px #CCC solid;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	
	-webkit-box-shadow:inset 0px 5px 10px  rgb(225,225,225); /* Safari, Chrome */
	box-shadow:inset 0px 5px 10px rgb(225,225,225); /* CSS3 */  
}
#wtb_cont_conatiner ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#wtb_cont_conatiner ul li a{
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #444;
	display: block;
	padding-bottom: 5px;
}

#wtb_cont_conatiner ul li a:hover{
	text-decoration: underline;
}

.countryList ul li a{
	padding-left: 10px;
	font-weight: normal !important;
}

#wtb_main_wrapper {
	float: left;
	margin: 0 0 0 0;
	padding: 0 10px 10px 8px;
	width: 720px;
}
#wtb_main_header {
	background: #EEE;
	border: 1px #CCC solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	-webkit-box-shadow:inset 0px 5px 10px  rgb(225,225,225); /* Safari, Chrome */
	box-shadow:inset 0px 5px 10px rgb(225,225,225); /* CSS3 */  
}
#wtb_main_container {
	background: #DDD;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 10px 20px 20px 20px;
	line-height: 20px;
	min-height: 400px;
	margin: 10px 0 0 0;
	-moz-box-shadow:inset 0px 5px 10px rgb(225,225,225); /* Firefox */
	-webkit-box-shadow:inset 0px 5px 10px  rgb(225,225,225); /* Safari, Chrome */
	box-shadow:inset 0px 5px 10px rgb(225,225,225); /* CSS3 */  	
}
/* end styling wheretobuy.php */
/* start styling product_detail.php */
.pd_nav{
	background: #EEE;
	border: 1px #CCC solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	-webkit-box-shadow:inset 0px 5px 10px  rgb(225,225,225); /* Safari, Chrome */
	box-shadow:inset 0px 5px 10px rgb(225,225,225); /* CSS3 */  
	font-size: 12px;
}
.pd_nav_wrapper {
	color: #666;
}

#pd_main_wrapper {
	float:left;
	width: 773px;
	padding: 0 0 10px 10px;
}

#pd_main_container {
	margin-top:10px;
	width: 100%;
	background: #FFF;
	border: 1px #CCC solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow:inset 0px 2px 5px  rgb(225,225,225); /* Safari, Chrome */
	box-shadow:inset 0px 2px 5px rgb(225,225,225); /* CSS3 */
}
#pd_gallery_wrapper{
    float: left;
    height: 420px;
    width: 420px;	
}
.pd_side_wrapper{
	float:left;
	width: 300px;
	padding: 10px 0 0 10px;
	color:#333;
	font-size: 14px;
}
#pd_product_name{
font-size: 18px;
font-weight: bold;
text-transform:uppercase;
color:#333;
margin-bottom: 10px;
}

#pd_buy_now {
height: 30px;
width: 100px;
line-height: 30px;
text-align: center;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
background:#6CF;
border: 1px solid #DDD;
/*	-webkit-box-shadow:inset 0px 2px 5px  rgb(225,225,225); /* Safari, Chrome */
/*	box-shadow:inset 0px 2px 5px rgb(225,225,225); /* CSS3 */
margin-bottom: 10px;
}

#pd_buy_now:hover{
background: #F93;
}

#pd_buy_now a{
color:#FFF;
text-decoration:none;
font-weight: bold;
display: block;
width: 100px;
text-algin: center;

}

.pd_product_block, .navigation {
padding-bottom: 10px;
font-size: 14px;
font-weight:bold;
}

.pd_nav_text {
text-decoration: none;
color: #666;
}

.pd_nav_text:hover{
text-decoration: underline;
}
/* end styling product_detail.php */
/* start styling product_list.php , product_search*/

#pl_main_wrapper {
	float:left;
	width: 787px;
	padding: 0 0 10px 8px;
}

#pl_main_header{
	background: #EEE;
	border: 1px #CCC solid;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;	
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;	
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	-webkit-box-shadow:inset 0px 5px 10px  rgb(225,225,225); /* Safari, Chrome */
	box-shadow:inset 0px 5px 10px rgb(225,225,225); /* CSS3 */  	
	color: #666;
}

#pl_main_container {
	background: #FFF;
	border: 1px #CCC solid;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;	
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;	
	-webkit-box-shadow:inset 0px 2px 5px  rgb(225,225,225); /* Safari, Chrome */
	box-shadow:inset 0px 2px 5px rgb(225,225,225); /* CSS3 */
}

.pl_row_container{
	width:720px;
	padding:0;
	margin: 10px auto 0 auto;
}

.pl_product_container{
	float: left;
	width:220px;
	border:1px #FFF solid;
	margin: 0 0 0 25px;;
	padding: 20px 0 0 0;
	text-align:center;
}

.pl_product_container a , .pl_product_container img {
	display: block;
	text-decoration: none;
	color: #666;
	border: none;
	margin: 0 auto 0 auto;
}

.pl_product_container:hover{
	border:1px #BBB solid;
}

.first_pdt {
	margin-left:0px !important;
}

.pl_product_title {
	width:180px;
	margin: 0 auto 0 auto;
}
/* end styling product_list.php , product_search*/
/* start page structure */
body {
padding:0;
margin:0;
font-size: 14px;
font-family: Arial, Verdana, Geneva, Tahoma, simsun, sans-serif;
}

#top_wrapper, #middle_wrapper, #bottom_wrapper {
	padding:0;
	margin:0;
	width: 100%;	
}
/*end page structure */
/*start styling common middle*/
#top_wrapper{
	height: 90px;
	background-color: #FFF;
}

#top_container{
	width: 960px;
	height: 60px;
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
}

#logo_container {
	float: left;
	width: 225px;
	height: 60px;
	padding: 0;
	margin: 0;
}

#header_main_container{
	float: left;	
	width: 735px;
	height: 60px;
	margin: 0;
	padding: 0;
}

#header_menu {
	font-size: 12px;
	float: right;
}

#menu_wrapper {
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	background: url("../img/common/menu_bg_dark_grey.gif");
	border: solid 1px #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0px 2px 2px #AAA;
	-webkit-box-shadow: 0px 2px 2px#AAA;
	box-shadow: 0px 2px 2px #AAA;
	width: 960px; 
	height: 30px; 
	z-index:100;	
}

#menu_container {
	 width: 960px; 
	 line-height: 30px; 
	 padding-left:5px; 
	 z-index: 200;
}

#menu_os {
	float: right !important;
	/*padding-right: 30px !important;*/
	margin-right: 10px !important;	
	color:#FFC !important;
}

#menu_os a{
	color:#FF3 !important;
	text-decoration:none;
	line-height:30px;
	display: block;
	padding: 0 20px 0 20px;
	font-size: 12px;
	font-weight:bold;		
}

#menu_os a:hover{
	background-color: #AAA;
}

/* Plus sfmenu style*/
/*end styling common top*/
/*start styling common middle*/
#middle_container {
	padding 0 ;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background-color: #FFF; /* Needed for IEs */
}
/*end styling common middle*/
/* start styling common bottom */
#bottom_container {
	width: 940px;
	padding: 20px 10px 0 10px;
	margin: 0 auto 0 auto;
	background-color: rgb(240,240,240); /* Needed for IEs */
	-moz-box-shadow:inset 0px 10px 50px rgb(225,225,225); /* Firefox */
	-webkit-box-shadow:inset 0px 10px 50px  rgb(225,225,225); /* Safari, Chrome */
	box-shadow:inset 0px 10px 50px rgb(225,225,225); /* CSS3 */  
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	
}

.bottom_box {
	float: left;
	margin-left: 100px;	
}
.bottom_box_first {
	margin-left: 40px !important;
}

.bottom_box_last {
	float: right;
	width: 210px;
}

.bottom_box_last img{
	border: none;
}

.bottom_box ul{
	list-style:none;
	display: block;
	padding:0;
	margin:0;
}

.bottom_box ul li {
	padding-left: 5px;
	display: block;	
	list-style:none;
	color:#666;
	font-size:12px;
	font-family: "Arial", Gadget, sans-serif;
	padding-top:5px;
	margin: 0;
}

.bottom_box ul li a{
	text-decoration: none;
	color:#666;
}

.bottom_box ul li a:hover{
	text-decoration: underline;
}

.bottom_title {
	font-size:12px; 
	font-weight:bold;
	color: #888;
}

.bottom_box_last .bottom_title{
	font-size:14px; 
	font-weight:bold;
	color: #69F;
}
.side_menu_wrapper {
	float:left;
	width:165px;
}
.side_menu{
	
}
.side_menu_title {
	padding: 0 0 0 10px; 
	color: #069;
}
.side_menu_item {
	padding: 0 0 0 0; 
	background:#FFF; 
	color:#555; 
	font-size:12px;
	padding-bottom:5px;
}

.side_menu_item a {
	display: block;
	color:#555; 
	text-decoration: none;
}

.side_menu_item a:hover {
	background: #EEE; 
	text-decoration: none;
}
/* end styling common bottom */

/*** SFMENU ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	30px;/*1.0;*/
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
	line-height: 	30px;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			30px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
/*	border-left:	0px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		.75em 1em;*/
	line-height:30px;
	text-decoration:none;
	font-size: 12px;
	font-weight:bold;	
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
	padding: 0 20px 0 20px;	
}
.sf-menu li {
/*	background:		#BDD2FF;*/
display:block;
line-height: 30px;


}
.sf-menu li li {
	background:		#888;
  	filter:alpha(opacity=80);
  	opacity:0.8;	
/*padding: 0;	*/
}

.sf-menu li li li {
	background:		#888;
/*padding: 0;	*/
	
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#AAA;
	/*color: 			#333;*/
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url("../img/common/arrows-ffffff.png") no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('http://www.mipow.com/img/common/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/* END SFMEU */

/*
 * jQuery Nivo Slider v2.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
    width:960px; /* Change this to your images width */
    height:400px; /* Change this to your images height */
    background:url(../img/common/loading.gif) no-repeat 50% 50%;
}
.nivoSlider2 {
	position:relative;
    width:785px; /* Change this to your images width */
    height:300px; /* Change this to your images height */
    background:url(../img/common/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img, .nivoSlider2 img {
	position:absolute;
	top:0px;
	left:0px;
	/*added by franky*/
/*border:#999 solid 1px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;	*/
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink, .nivoSlider2 a.nivo-imageLink {
	position:absolute;
	top:0px;
	left: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%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.6; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.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 {
	float:right;
}
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


.theme-default .nivoSlider .nivo-caption, .theme-default .nivoSlider2 .nivo-caption {
	bottom:30px;

}
.theme-default .nivoSlider{
	position:relative;
	background:#fff url("../img/common/loading.gif") no-repeat 50% 50%;
    -webkit-box-shadow: 0px 0px 2px 0px #4a4a4a;
    -moz-box-shadow: 0px 0px 2px 0px #4a4a4a;
    box-shadow: 0px 0px 2px 0px #4a4a4a;
}
.theme-default .nivoSlider img, .theme-default .nivoSlider2 img {
/*	position:absolute;*/
	top:0px;
	left:0px;
	display:none;

}
.theme-default .nivoSlider a, .theme-default .nivoSlider2 a {
	border:0;
	text-decoration:none;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:0px;
    margin-left:-40px; /* Tweak this to center bullets */
	z-index:20;		
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url("../img/common/bullets.png") no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;

}

.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url("../img/common/arrows.png") no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.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;
}
/* for galleriffic */
div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: left;
	width: 420px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}

div.slideshow-container {
	position: relative;
	clear: both;
	height: 420px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../css/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 420px;
	height: 420px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 420px;
	height: 420px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 420px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	border: none;
	width: 400px;
	height: 400px;	
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 8px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
/*
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
*/
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

.noscript { display: none; }
/*end galleriffic*/
/* for my tab */
.hide { position: absolute; top: -9999px; left: -9999px; }


/* Specific to example two */

#mytab .list-wrap { 
background: #ffffff;
padding: 0px; 
margin: 10px 10px 10px 10px;
min-height: 200px;
/*border-top: 1px solid #999;*/
border: none;
color: #666;
}

#mytab .list-wrap ol li{
list-style-type: decimal;
margin-left: -10px;
}

#mytab ul { 
font: inherit;
list-style: none;  
}


#mytab .nav { 
overflow: hidden;
margin: 0;
padding: 0;


/*
border-bottom: 1px solid #cccccc;
border-left: 1px solid #999;*/
 }
#mytab .nav li { 
width: 120px; 
float: left;
margin: 5px 10px -2px 10px;
padding: 0;
border: 1px solid #cccccc;

  }
#mytab .nav li.last { 
margin-right: 0; 
}
#mytab .nav li a { 
display: block;
padding: 5px; 
background: #cccccc; 
color: #333333; 
font-size: 12px;
font-weight:bold;
text-align: center; 
border: 1px solid #fff; 
text-decoration: none;
color: #666;
 }

#mytab li a.current,#mytab li a.current:hover { 
background-color: #ffffff !important; 
color: #333333; 
border-bottom: 1px solid #ffffff; 
}
#mytab .nav li a:hover, #mytab .nav li a:focus {
color: #000000; 
background: #ffffff;
}
