@charset "UTF-8";
/* CSS Document */

/*
Theme Name: Lucky Thirdteen
Theme URI: http://pixalife.com
Description: Clean minimalist theme for D´Alexis Shoes
Version: 1.0
Author: Pixalife
Author URI: http://www.pixalife.com

This code is property of Pixalife.com its partial or total reproduction is strictly forbidden/

*/

		.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer {
			position: relative;
			overflow: hidden;
			margin: auto;
			width: 800px;
			clear: both;
			background-color: #D8DADA;
			
		}
		
		.stripViewer .panelContainer {
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
		}
		
		.stripViewer .panelContainer .panel {
			float:left;
			height: 100%;
			position: relative;
			width: 800px;
		}

		.stripNav {
			margin: auto;
		}
		
		.stripNav ul {
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px;
		}
		
		.stripNav a { /* nav links */
			font-size: 1.75em;
			text-align: center;
			color: #fff;
			text-decoration: none;
			display: block;
			width:235px;
			padding: 8px 15px;
		}
		
		.stripNav li.tab1 a { background: url(../images/bg/homeoffbt.jpg);}
		.stripNav li.tab2 a { background: url(../images/bg/homeoffbt.jpg);}
		.stripNav li.tab3 a { background: url(../images/bg/homeoffbt.jpg);}
		
		.stripNav li a:hover {
			background: #000;
		}
		
		.stripNav li a.current {
			background: #D8DADA;
			color: #d54aa0;
			font-weight:bold;
		}
		
		.stripNavL, .stripNavR {
			display:none;
		}



