/*======= index.html =======*/
#page1 header { background-image:url(../images/tail-top1.gif);}
#page1 header .container {
	height:260px;
}
#page1 #content { padding-top:0;}
#page1 #content .col-1 {width:736px; margin-right:39px;}
#page1 #content .col-2 { width:287px;}
#page1 aside .col-1 { width:321px; margin-right:64px;}
#page1 aside .col-2 { width:294px; margin-right:64px;}
#page1 aside .col-3 { width:301px;}

/*======= index-1.html =======*/
#page2 #content .col-1 {width:736px; margin-right:39px;}
#page2 #content .col-2 { width:287px;}
#page2 #content .box .col-1 { width:217px; margin-right:48px;} 
#page2 #content .box .col-2 { width:212px; margin-right:48px;} 
#page2 #content .box .col-3 { width:210px; margin-right:48px;} 
#page2 #content .box .col-4 { width:212px;} 
#page2 aside .col-1 { width:679px; margin-right:64px;}
#page2 aside .col-2 { width:301px;}

/*======= index-2.html =======*/
#page3 #content .col-1 {width:736px; margin-right:39px;}
#page3 #content .col-1 .col-1 { width:203px; margin-right:55px;}
#page3 #content .col-1 .col-2 { width:206px;}
#page3 #content .col-2 { width:287px;}
#page3 #content .box .col-1 { width:477px; margin-right:48px;} 
#page3 #content .box .col-1 .col-1 { width:203px; margin-right:55px;}
#page3 #content .box .col-1 .col-2 { width:206px;}
#page3 #content .box .col-2 { width:470px;} 
#page3 aside .col-1 { width:318px; margin-right:64px;}
#page3 aside .col-2 { width:679px;}

/*======= index-3.html =======*/
#page4 #content .col-1 {width:225px; margin-right:30px;}
#page4 #content .col-2 { width:482px; margin-right:37px;}
#page4 #content .col-3 { width:287px; margin-top:-48px; position:relative;}
#page4 #content .box .col-1 { width:217px; margin-right:48px;} 
#page4 #content .box .col-2 { width:474px; margin-right:44px;} 
#page4 #content .box .col-3 { width:210px; margin:0;} 
#page4 aside .col-1 { width:321px; margin-right:64px;}
#page4 aside .col-2 { width:294px; margin-right:64px;}
#page4 aside .col-3 { width:301px;}

/*======= index-4.html =======*/
#page5 #content .col-1 {width:736px; margin-right:39px;}
#page5 #content .col-2 { width:287px;}
#page5 #content .box .col-1 { width:735px; margin-right:48px;} 
#page5 #content .box .col-2 { width:212px;} 
#page5 aside .col-1 { width:318px; margin-right:64px;}
#page5 aside .col-2 { width:679px;}


/*=========================*/


#gallery {
	float:left;
	width:960px;
	height:850px;
		 }
		 
#gallery_footer {
     padding-top:30px;
    float:left;
	width:1060px;
	height:20px;
	}
	
#share_right {
    float:right;
	width:500px;
	height:20px;
	position:relative;
	}


/*====== magazine layout ========*/
/*CSS for jQuery esaySlider */

/*preload classes*/ 

.svw {
     width: 50px; 
     height: 20px; 
	 background: #fff;
	 } 

.svw ul {
     position: relative; 
     left: -999em;
	 } 

/*core classes*/ 
.stripViewer { 
     position: relative; 
	 overflow: hidden;  
	 margin: 0 0 1px 0; 
	 } 

.stripViewer ul { 
/* this is your UL of images */ 
      margin: 0; padding: 0; 
	  position: relative; 
	  left: 0; top: 0; 
	  width: 1%; 
	  list-style-type: none; } 
	  
.stripViewer ul li { 
      float:left; 
	  } 
	  
.stripTransmitter { 
      overflow: none; 
	  width: 1%; 
	  } 

.stripTransmitter ul { 
      margin: 0; 
	  padding: 0; 
	  position: relative; 
	  list-style-type: none;
	  width:800px;
	 height:430px; 
	  } 
	  
.stripTransmitter ul li{ 
      width: 20px; 
	  float:left; 
	  margin: 0 1px 1px 0; 
	  } 
	  
.stripTransmitter a{ 
      font: bold 10px Verdana, Arial; 
	  text-align: center; 
	  line-height: 22px; 
	  background: #000000; color: #fff; 
	  text-decoration: none; 
	  display: block; } 
	  
.stripTransmitter a:hover, a.current{ 
      background: #fff; color: #000000; } 
	  
/*tooltips formatting*/ 
.tooltip { 
      padding: 0.5em; 
	  background: #fff; 
	  color: #000; 
	  border: 5px solid #dedede; 
	  } 
