

/* Browser Resets
----------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
 ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}


  ul {
	list-style: none;
	}
	
ol {
	padding-left: 20px;
	}
	
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}

p {
	margin-bottom: 8px;
	}

/* Global 
----------------------------------------------- */
h1 {
	font-family: helvetica, tahoma, sans-serif;
  	font-size: 19px; line-height: 28px;	
	color: #c12029;
	margin-bottom: 8px;
	}
h2 {
	font-family: helvetica, tahoma, sans-serif;
  	font-size: 18px; line-height: 20px;	
  	margin-bottom: 15px; margin-top: 0;
	color: #c12029;
	}
h3 {
	font-family: helvetica, tahoma, sans-serif;
  	font-size: 16px; line-height: 20px;	
	}	

a:link, 
a:visited, 
a:active {
	color: #c12029;
    text-decoration: none;
	}    
a:hover {
	color: #2c2c2c;
    text-decoration: none;
	}  

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
	.clearfix { display: inline-block; }
	/* start commented backslash hack \*/
	* html .clearfix { height: 1%; }
	.clearfix { display: block; }
	/* close commented backslash hack */

hr {
  border: none;
  background-color: #C12029;
  color: #C12029;
  height: 1px;
  margin: 12px 0
}

 img, div, input { behavior: url("iepngfix.htc") }

.border  {
	margin-bottom: 12px;
	}

	
/* Header 
----------------------------------------------- */	
#header {
  	height: 123px;
  	position: relative;
	}
	
	#logo {
		width: 164px;
		height: 151px;
		position: absolute;
		top: 45px; left: 0 ;
		}
	
	#contact {
		width: 450px;
		height: 151px;
		position: absolute;
		top: 44px; right: 0 ;
		text-align: right;
		line-height: 17px;
		color: #464646;
		}
	
	
/* Navigation
----------------------------------------------- */
#nav {
		position: absolute;
		top: 100px; right: 0 ;	
		text-transform: uppercase;
		color: #c12029;
		font-size: 14px;
		z-index: 1000;
		}
	
	
		#nav a:link, 
		#nav a:visited, 
		#nav a:active {
			color: #fff;
			text-decoration: none;
			}    
		#nav a:hover {
		color: #c12029;
			text-decoration: none;
			}  

ul#nav ul {
	 width: 190px; /* Sub Menu Width */
	 margin: 0;
	 list-style: none;
	 display: none;
	 position: absolute;
	 top: 100%;
	 left: 0;
		}

ul#nav ul ul,ul#nav ul ul ul { top: 0; left: 100%; width: 300px; }

ul#nav li { float: left; display: inline; position: relative; margin-right: 12px;}
ul#nav ul li { width: 100%; display: block; }

/* Root Menu */
ul#nav a {
	 display: block;
	 color: #666;
	 font: bold 11px Arial, sans-serif;
	 text-decoration: none;
	 text-transform: uppercase
	 position: relative;
	 top: -4px;
	 text-align: left;
	 margin-bottom: 11px;
	}

/* Root Menu Hover Persistence */
ul#nav a:hover,ul#nav li:hover a,ul#nav li.iehover a {
	color: #c12029;
	}

/* 2nd Menu */
ul#nav li:hover li a,ul#nav li.iehover li a {
 	float: none;
 	background: #c12029;
 	z-index: 1000;
 	padding: 6px;
 	color: #fff;
	 margin-bottom: 0px;
	}

ul#nav li:hover li.rCorner a,ul#nav li.iehover li.rCorner a {
 	float: none;
 	background: #c12029;
 	z-index: 1000;
 	padding: 6px;
 	color: #fff;
	 margin-bottom: 0px;
 	 -moz-border-radius-bottomleft:  5px;  /* Firefox */
    -moz-border-radius-bottomright:  5px;  /* Firefox */

    -webkit-border-bottom-left-radius: 5px;  /* Safari/WebKit */
    -webkit-border-bottom-right-radius: 5px;  /* Safari/WebKit */

    border-bottom-left-radius: 5px;  /* future browsers with CSS3 support */
    border-bottom-right-radius: 5px;  /* future browsers with CSS3 support */	 
	}



/* 2nd Menu Hover Persistence */
ul#nav li:hover li a:hover,ul#nav li:hover li:hover a,ul#nav li.iehover li a:hover,ul#nav li.iehover li.iehover a {
 	background: #999;
	}

/* 3rd Menu */
ul#nav li:hover li:hover li a,ul#nav li.iehover li.iehover li a {
 	background: #999;
	}

/* 3rd Menu Hover Persistence */
ul#nav li:hover li:hover li a:hover,ul#nav li:hover li:hover li:hover a,ul#nav li.iehover li.iehover li a:hover,ul#nav li.iehover li.iehover li.iehover a {
 	background: #666;
	}

/* 4th Menu */
ul#nav li:hover li:hover li:hover li a,ul#nav li.iehover li.iehover li.iehover li a {
	 background: #666;
	}

/* 4th Menu Hover */
ul#nav li:hover li:hover li:hover li a:hover,ul#nav li.iehover li.iehover li.iehover li a:hover {
 	background: #333;
	}
	
/* Hover Function - Do Not Move */
ul#nav li:hover ul ul,ul#nav li:hover ul ul ul,ul#nav li.iehover ul ul,ul#nav li.iehover ul ul ul { display: none; }
ul#nav li:hover ul,ul#nav ul li:hover ul,ul#nav ul ul li:hover ul,ul#nav li.iehover ul,ul#nav ul li.iehover ul,ul#nav ul ul li.iehover ul { display: block; }

.bullet {
	line-height: 12px;
	}
	
/* Body 
----------------------------------------------- */
body {
  	background: url('../media/headerBg.jpg') repeat-x top left ;
  	font-family: helvetica, arial, sans-serif;
  	font-size: 13px; line-height: 18px;
  	color: #2c2c2c;
  	text-align: center;
	}

#container {
	margin: 0 auto;
	width: 960px;
	}
	
#mainHome {
  	text-align: left;
  	margin: 40px 0;
  	position: relative;
  	height:340px;
  	
	}	
	#mainHome #text {
		position: absolute;
		top: 80px; left: 100px;
		width: 420px;
		font-size: 15px; line-height: 24px;
		}
	#mainHome .photo {
		position: absolute;
		top: -10px;
		right: 100px;
		z-index: -1;
		}

#mainSub {
  	text-align: left;
  	margin: 70px 0 40px  0;
  	position: relative;
	}	

#driverControl, #thumbList {
	margin-bottom: 50px;
	}
	
	#driverControl li, #thumbList li  {
	width: 145px; height: 220px;
	float: left;
	text-align: center;
	margin-right: 8px;
	}
		
	#driverControl li, #thumbList2 li  {
	width: 145px; height: 250px;
	float: left;
	text-align: center;
	margin-right: 8px;
	}
	
	#driverControl li, .thumbList2 li  {
	width: 145px; height: 250px;
	float: left;
	text-align: center;
	margin-right: 8px;
	}
	
	
	#thumbListNoBorder {
		margin-bottom: 50px;
		}
	
	 #thumbListNoBorder li  {
		width: 145px; height: 220px;
		float: left;
		text-align: center;
		margin-right: 20px;
		
		}
.thumbNoBorder {
	text-align: center;
	border: none;
	clear: both;
	
    -moz-border-radius-topleft: 5px; /* Firefox */
    -moz-border-radius-topright: 5px; /* Firefox */
    -moz-border-radius-bottomleft: 5px; /* Firefox */
    -moz-border-radius-bottomright: 5px; /* Firefox */

    -webkit-border-top-left-radius: 5px; /* Safari/WebKit */
    -webkit-border-top-right-radius: 5px; /* Safari/WebKit */
    -webkit-border-bottom-left-radius: 5px; /* Safari/WebKit */
    -webkit-border-bottom-right-radius: 5px; /* Safari/WebKit */

    border-top-left-radius: 5px; /* future browsers with CSS3 support */
    border-top-right-radius: 5px; /* future browsers with CSS3 support */
    border-bottom-left-radius: 5px; /* future browsers with CSS3 support */
    border-bottom-right-radius: 5px; /* future browsers with CSS3 support */	
	}
		
.thumbNoBorder:hover {
	border: none;
	}	
	
	
.thumb {
	text-align: center;
	border: solid 3px #ae1d2a;
	clear: both;
	
    -moz-border-radius-topleft: 5px; /* Firefox */
    -moz-border-radius-topright: 5px; /* Firefox */
    -moz-border-radius-bottomleft: 5px; /* Firefox */
    -moz-border-radius-bottomright: 5px; /* Firefox */

    -webkit-border-top-left-radius: 5px; /* Safari/WebKit */
    -webkit-border-top-right-radius: 5px; /* Safari/WebKit */
    -webkit-border-bottom-left-radius: 5px; /* Safari/WebKit */
    -webkit-border-bottom-right-radius: 5px; /* Safari/WebKit */

    border-top-left-radius: 5px; /* future browsers with CSS3 support */
    border-top-right-radius: 5px; /* future browsers with CSS3 support */
    border-bottom-left-radius: 5px; /* future browsers with CSS3 support */
    border-bottom-right-radius: 5px; /* future browsers with CSS3 support */	
	}
		
.thumb:hover {
	border: solid 3px #454545;
	}
	
#products {
	}


	#productsCol1 {
		float: left;
		width: 410px;
		margin-right: 20px;
		}
		
	#productsCol2{
		float: right;
		width: 520px;
		}	
		
		#productsCol2 li {
			display: inline;
			float: left;
			margin-right: 10px;
			margin-bottom: 5px;
			position: relative;
			top: -13px;
			}
			
	#productsCol2Detail{
		float: right;
		width: 520px;
		}
		
		#productsCol2Detail ul {
			}		
		#productsCol2Detail ul li {
			width: 120px;
			float: left;
			text-align: center;
			margin-right: 8px;
			}
			#productsCol2Detail ul li img{
				border: none;
				
				}
			#productsCol2Detail ul li strong{
				display: block
				}		
			
			
	#productsCol2Detail img {
			border: solid 2px #ccc;
			}
			
		#productsCol1 p{
			font-size: 13px;
			padding-bottom: 6px;
			}
			
			
		#productsCol2Detail  ul.main {
			}		
		#productsCol2Detail ul.main li {
			width: 245px;
			float: left;
			text-align: center;
			margin-right: 8px;
			}
			#productsCol2Detail ul.main li img{
				border: none;
				
				}
			#productsCol2Detail ul.main li strong{
				display: block
				}		


		#productsCol2Detail  ul.main2 {
			}		
		#productsCol2Detail ul.main2 li {
			width: 245px;
			float: left;
			text-align: center;
			margin-right: 8px;
			}
			#productsCol2Detail ul.main2 li img{
border: solid 2px #CCC;				
				}
			#productsCol2Detail ul.main2 li strong{
				display: block
				}	


			
	#productsCol2Detail img {
			border: solid 2px #ccc;
			}
			
		#productsCol1 p{
			font-size: 13px;
			padding-bottom: 6px;
			}	
			
	#productsCol2 li.series100 a { background: url("../products/products/100.jpg")   no-repeat; height: 128px; width: 157px; display: block; margin: 0 0 0 0;  }
	#productsCol2 li.series100 a:hover  { background-position: bottom left !important; cursor: hand}
	
	#productsCol2 li.series200 a { background: url("../products/products/200.jpg")   no-repeat; height: 128px; width: 157px; display: block; margin: 0 0 0 0;  }
	#productsCol2 li.series200 a:hover  { background-position: bottom left !important; cursor: hand}
	
	#productsCol2 li.series300 a { background: url("../products/products/300.jpg")   no-repeat; height: 128px; width: 157px; display: block; margin: 0 0 0 0;  }
	#productsCol2 li.series300 a:hover  { background-position: bottom left !important; cursor: hand}
	
			
	#productsCol2 li.series400 a { background: url("../products/400/media/400.jpg")   no-repeat; height: 128px; width: 157px; display: block; margin: 0 0 0 0;  }
	#productsCol2 li.series400 a:hover  { background-position: bottom left !important; cursor: hand}
	
	#productsCol2 li.series500 a { background: url("../products/products/500.jpg")   no-repeat; height: 128px; width: 157px; display: block; margin: 0 0 0 0;  }
	#productsCol2 li.series500 a:hover  { background-position: bottom left !important; cursor: hand}
	
	#productsCol2 li.series600 a { background: url("../products/products/600.jpg")   no-repeat; height: 128px; width: 157px; display: block; margin: 0 0 0 0;  }
	#productsCol2 li.series600 a:hover  { background-position: bottom left !important; cursor: hand}
	
	
	#productsCol2 li.series700 a { background: url("../products/products/700.jpg")   no-repeat; height: 128px; width: 157px; display: block; margin: 0 0 0 0;  }
	#productsCol2 li.series700 a:hover  { background-position: bottom left !important; cursor: hand}
	
	#productsCol2 li.series800 a { background: url("../products/products/800.jpg")   no-repeat; height: 128px; width: 157px; display: block; margin: 0 0 0 0;  }
	#productsCol2 li.series800 a:hover  { background-position: bottom left !important; cursor: hand}
	
	#productsCol2 li.series900 a { background: url("../products/products/900.jpg")   no-repeat; height: 128px; width: 157px; display: block; margin: 0 0 0 0;  }
	#productsCol2 li.series900 a:hover  { background-position: bottom left !important; cursor: hand}


	
/* New Products
----------------------------------------------- */

	#new-products .new104 a:link { background: url("../products/new-products/104.jpg")   no-repeat; height: 233px; width: 299px; display: block; margin: 0 12px 12px 0; float:left; }
	#new-products .new104 a:hover  { background-position: bottom left !important; cursor: hand}

	#new-products .new138 a:link { background: url("../products/new-products/138.jpg")   no-repeat; height: 233px; width: 299px; display: block; margin: 0 12px 12px 0; float:left; }
	#new-products .new138 a:hover  { background-position: bottom left !important; cursor: hand}
	
	#new-products .new215 a:link { background: url("../products/new-products/215.jpg")   no-repeat; height: 233px; width: 299px; display: block; margin: 0 12px 12px 0;  float:left;  }
	#new-products .new215 a:hover  { background-position: bottom left !important; cursor: hand}
	
	#new-products .new215-3pin a:link { background: url("../products/new-products/215-3pin.jpg")   no-repeat; height: 233px; width: 299px; display: block; margin: 0 12px 12px 0;  float:left;   }
	#new-products .new215-3pin a:hover  { background-position: bottom left !important; cursor: hand}	
	
	#new-products .new516 a:link { background: url("../products/new-products/516.jpg")   no-repeat; height: 233px; width: 299px; display: block; margin: 0 12px 12px 0;  float:left; }
	#new-products .new516 a:hover  { background-position: bottom left !important; cursor: hand}
	
	#new-products .new538 a:link { background: url("../products/new-products/538.jpg")   no-repeat; height: 233px; width: 299px; display: block; margin: 0 12px 12px 0;  float:left;  }
	#new-products .new538 a:hover  { background-position: bottom left !important; cursor: hand}
	
	#new-products .new545 a:link { background: url("../products/new-products/545.jpg")   no-repeat; height: 233px; width: 299px; display: block; margin: 0 12px 12px 0;  float:left;  }
	#new-products .new545 a:hover  { background-position: bottom left !important; cursor: hand}	
	
	#new-products .new613 a:link { background: url("../products/new-products/613.jpg")   no-repeat; height: 233px; width: 299px; display: block; margin: 0 12px 12px 0;  float:left; }
	#new-products .new613 a:hover  { background-position: bottom left !important; cursor: hand}
	
	#new-products .new624 a:link { background: url("../products/new-products/624.jpg")   no-repeat; height: 233px; width: 299px; display: block; margin: 0 12px 12px 0;  float:left;   }
	#new-products .new624 a:hover  { background-position: bottom left !important; cursor: hand}
	
	#new-products .new636 a:link { background: url("../products/new-products/636.jpg")   no-repeat; height: 233px; width: 299px; display: block; margin: 0 12px 12px 0;  float:left;   }
	#new-products .new636 a:hover  { background-position: bottom left !important; cursor: hand}	
		
	#new-products .new660 a:link { background: url("../products/new-products/660.jpg")   no-repeat; height: 233px; width: 299px; display: block; margin: 0 12px 12px 0; float:left; }
	#new-products .new660 a:hover  { background-position: bottom left !important; cursor: hand}		
	
	
/* misc.
----------------------------------------------- */

.icon {
	position: relative;
	top: 3px;
	}
	
	
#imageSwap a img {display: none; border-width: 0;}
#imageSwap a:hover img {display: block; position: absolute; top: 36px; left: 440px; height: 372px; width: 445px; border-width: 0;}
	
.smallTxt {
	font-size: 9px; line-height: 11px;
	font-style: italic
	}
	
.chair-interface {
	position: absolute; top: -45px; right: 50px;
		border: solid 1px #dbdbdb;
	}
	
	.chair-interface:hover {
		border: solid 1px red;
		}
	
.redBullets {
	color: #b31d2a;
	list-style-type: square;
	padding-left: 25px;
}

.redBullets span {
	color: black;
}
	
/* matrix
----------------------------------------------- */
	
#matrix-1-1 {
	border: 2px solid #d0d0d0;
	padding: 4px;
	height: 73px;
	width: 90px;
	position: absolute;
	top: 178px;
	left: 171px;
	z-index: 100;
	}

#matrix-1-1:hover{
	background-color: transparent;
	border: 2px solid red
	}
	
#matrix-1-2 {
	border: 2px solid #d0d0d0;
	padding: 4px;
	height: 73px;
	width: 90px;
	position: absolute;
	top: 178px;
	left: 277px;
	z-index: 100;
	}

#matrix-1-2:hover{
	background-color: transparent;
	border: 2px solid red
	}
	
#matrix-1-3 {
	border: 2px solid #d0d0d0;
	padding: 4px;
	height: 73px;
	width: 90px;
	position: absolute;
	top: 178px;
	left: 383px;
	z-index: 100;
	}

#matrix-1-3:hover{
	background-color: transparent;
	border: 2px solid red
	}
	
#matrix-1-4 {
	border: 2px solid #d0d0d0;
	padding: 4px;
	height: 73px;
	width: 90px;
	position: absolute;
	top: 178px;
	left: 489px;
	z-index: 100;
	}

#matrix-1-4:hover{
	background-color: transparent;
	border: 2px solid red
	}
	
#matrix-1-5 {
	border: 2px solid #d0d0d0;
	padding: 4px;
	height: 73px;
	width: 90px;
	position: absolute;
	top: 178px;
	left: 595px;
	z-index: 100;
	}

#matrix-1-5:hover{
	background-color: transparent;
	border: 2px solid red
	}
	
#matrix-1-6 {
	border: 2px solid #d0d0d0;
	padding: 4px;
	height: 73px;
	width: 90px;
	position: absolute;
	top: 178px;
	left: 701px;
	z-index: 100;
	}

/*
#matrix-1-6:hover{
	background-color: transparent;
	border: 2px solid red
	}
*/

#matrix-2-1 {
	border: 2px solid #d0d0d0;
	padding: 4px;
	height: 73px;
	width: 90px;
	position: absolute;
	top: 267px;
	left: 171px;
	z-index: 100;
	}

#matrix-2-1:hover{
	background-color: transparent;
	border: 2px solid red
	}
	
#matrix-2-2 {
	border: 2px solid #d0d0d0;
	padding: 4px;
	height: 73px;
	width: 90px;
	position: absolute;
	top: 267px;
	left: 277px;
	z-index: 100;
	}

#matrix-2-2:hover{
	background-color: transparent;
	border: 2px solid red
	}
	
#matrix-2-3 {
	border: 2px solid #d0d0d0;
	padding: 4px;
	height: 73px;
	width: 90px;
	position: absolute;
	top: 267px;
	left: 383px;
	z-index: 100;
	}

#matrix-2-3:hover{
	background-color: transparent;
	border: 2px solid red
	}
	
#matrix-2-4 {
	border: 2px solid #d0d0d0;
	padding: 4px;
	height: 73px;
	width: 90px;
	position: absolute;
	top: 267px;
	left: 489px;
	z-index: 100;
	}

#matrix-2-4:hover{
	background-color: transparent;
	border: 2px solid red
	}
	
#matrix-2-5 {
	border: 2px solid #d0d0d0;
	padding: 4px;
	height: 73px;
	width: 90px;
	position: absolute;
	top: 267px;
	left: 595px;
	z-index: 100;
	}

#matrix-2-5:hover{
	background-color: transparent;
	border: 2px solid red
	}
	
#matrix-2-6 {
	border: 2px solid #d0d0d0;
	padding: 4px;
	height: 73px;
	width: 90px;
	position: absolute;
	top: 267px;
	left: 701px;
	z-index: 100;
	}

#matrix-2-6:hover{
	background-color: transparent;
	border: 2px solid red
	}
	
#matrix-3-1 {
	border: 2px solid #d0d0d0;
	padding: 4px;
	height: 73px;
	width: 90px;
	position: absolute;
	top: 356px;
	left: 171px;
	z-index: 100;
	}

#matrix-3-1:hover{
	background-color: transparent;
	border: 2px solid red
	}

#matrix-3-2 {
	border: 2px solid #d0d0d0;
	padding: 4px;
	height: 73px;
	width: 90px;
	position: absolute;
	top: 356px;
	left: 277px;
	z-index: 100;
	}

#matrix-3-2:hover{
	background-color: transparent;
	border: 2px solid red
	}
	
#matrix-3-3 {
	border: 2px solid #d0d0d0;
	padding: 4px;
	height: 73px;
	width: 90px;
	position: absolute;
	top: 356px;
	left: 383px;
	z-index: 100;
	}

/*
#matrix-3-3:hover{
	background-color: transparent;
	border: 2px solid red
	}
*/
	
#matrix-3-4 {
	border: 2px solid #d0d0d0;
	padding: 4px;
	height: 73px;
	width: 90px;
	position: absolute;
	top: 356px;
	left: 489px;
	z-index: 100;
	}

#matrix-3-4:hover{
	background-color: transparent;
	border: 2px solid red
	}
	
#matrix-3-5 {
	border: 2px solid #d0d0d0;
	padding: 4px;
	height: 73px;
	width: 90px;
	position: absolute;
	top: 356px;
	left: 595px;
	z-index: 100;
	}

#matrix-3-5:hover{
	background-color: transparent;
	border: 2px solid red
	}
	
#matrix-3-6 {
	border: 2px solid #d0d0d0;
	padding: 4px;
	height: 73px;
	width: 90px;
	position: absolute;
	top: 356px;
	left: 701px;
	z-index: 100;
	}

#matrix-3-6:hover{
	background-color: transparent;
	border: 2px solid red
	}
	
#matrix-4-1 {
	border: 2px solid #d0d0d0;
	padding: 4px;
	height: 73px;
	width: 90px;
	position: absolute;
	top: 445px;
	left: 171px;
	z-index: 100;
	}

/*
#matrix-4-1:hover{
	background-color: transparent;
	border: 2px solid red
	}
*/

#matrix-4-2 {
	border: 2px solid #d0d0d0;
	padding: 4px;
	height: 73px;
	width: 90px;
	position: absolute;
	top: 445px;
	left: 277px;
	z-index: 100;
	}

/*
#matrix-4-2:hover{
	background-color: transparent;
	border: 2px solid red
	}
*/
	
#matrix-0-1 {
	border: 2px solid #d0d0d0;
	padding: 4px;
	height: 78px;
	width: 85px;
	position: absolute;
	top: 551px;
	left: 132px;
	z-index: 100;
	}

/*
#matrix-0-1:hover{
	background-color: transparent;
	border: 2px solid red
	}
*/

#matrix-0-2 {
	border: 2px solid #d0d0d0;
	padding: 4px;
	height: 78px;
	width: 85px;
	position: absolute;
	top: 551px;
	left: 232px;
	z-index: 100;
	}

#matrix-0-2:hover{
	background-color: transparent;
	border: 2px solid red
	}
	
#matrix-0-3 {
	border: 2px solid #d0d0d0;
	padding: 4px;
	height: 78px;
	width: 85px;
	position: absolute;
	top: 551px;
	left: 332px;
	z-index: 100;
	}

#matrix-0-3:hover{
	background-color: transparent;
	border: 2px solid red
	}
	
#matrix-0-4 {
	border: 2px solid #d0d0d0;
	padding: 4px;
	height: 78px;
	width: 85px;
	position: absolute;
	top: 551px;
	left: 432px;
	z-index: 100;
	}

#matrix-0-4:hover{
	background-color: transparent;
	border: 2px solid red
	}
	
#matrix-0-5 {
	border: 2px solid #d0d0d0;
	padding: 4px;
	height: 78px;
	width: 85px;
	position: absolute;
	top: 551px;
	left: 532px;
	z-index: 100;
	}

#matrix-0-5:hover{
	background-color: transparent;
	border: 2px solid red
	}
	
#matrix-0-6 {
	border: 2px solid #d0d0d0;
	padding: 4px;
	height: 78px;
	width: 85px;
	position: absolute;
	top: 551px;
	left: 632px;
	z-index: 100;
	}

#matrix-0-6:hover{
	background-color: transparent;
	border: 2px solid red
	}

#matrix-0-7 {
	border: 2px solid #d0d0d0;
	padding: 4px;
	height: 78px;
	width: 85px;
	position: absolute;
	top: 551px;
	left: 732px;
	z-index: 100;
	}

#matrix-0-7:hover{
	background-color: transparent;
	border: 2px solid red
	}


	
/* Slideshow images
----------------------------------------------- */
#frame {
	position:absolute;
	z-index:0;
	width:800px;
	height:600px;
	top:-3px;
	left:0px;
	}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:55px;
	left:75px;
	z-index:100;
	}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:800px;
	overflow:hidden;
	position:relative;
	display:none;
	}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:800px;
	height:600px;
	display:block;
	}

.slides_container a img {
	display:block;
	}

/*
	Next/prev buttons
*/

#slides .next,
#slides .prev {
	position:absolute;
	top:275px;
	left:-29px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:805px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}


	
/* Popup images
----------------------------------------------- */

.thumbnail {
	position: relative;
	z-index: 0;
	}

.thumbnail img{
	padding: 0; margin: 0;
	}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
	}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	 /*background-color: #ce1b2b;*/
	background-color:  #CCC;	
	padding: 2px;
	left: -1000px;
	visibility: hidden;
	text-decoration: none;
	}
	
.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 0px;
	}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -40px;
	left: 60px; /*position where enlarged image should offset horizontally */

	}
	
	
.sitemap li {
	font-weight: bold;
	}
	
.sitemap ul {
	margin-left: 25px;
	
	}
	
.sitemap li {
	margin-bottom: 10px;
	}	
	.sitemap li li {
	margin-bottom: 0px;
	font-weight: normal;
	}	
	
.sitemap ul ul {
	margin-left: 25px;
	}
	

/* Form
----------------------------------------------- */	
	
	
#form{ 
    padding:0;
    margin: 0 0 0 0;
	}

#form legend	{ 
    display: none;
	}

#form label	{ 
    width: 120px;
    float: left;
    padding: 0 0 15px 0;
    line-height: 25px
	}

#form textarea	{ 
    border: solid 1px #e1e1e1;
    background-color: #f8f1f1;
    color: #6c6c6c;
    padding: 8px 4px 8px 4px;
    margin: 0 0 5px 0;

    -moz-border-radius-topleft:  5px;  /* Firefox */
    -moz-border-radius-topright:  5px;  /* Firefox */
    -moz-border-radius-bottomleft:  5px;  /* Firefox */
    -moz-border-radius-bottomright:  5px;  /* Firefox */

    -webkit-border-top-left-radius: 5px;  /* Safari/WebKit */
    -webkit-border-top-right-radius: 5px;  /* Safari/WebKit */
    -webkit-border-bottom-left-radius: 5px;  /* Safari/WebKit */
    -webkit-border-bottom-right-radius: 5px;  /* Safari/WebKit */

    border-top-left-radius: 5px;  /* future browsers with CSS3 support */
    border-top-right-radius: 5px;  /* future browsers with CSS3 support */
    border-bottom-left-radius: 5px;  /* future browsers with CSS3 support */
    border-bottom-right-radius: 5px;  /* future browsers with CSS3 support */	
	}


#form input	{ 
    border: solid 1px #e1e1e1;
    background-color: #f8f1f1;
    color: #6c6c6c;
    padding: 8px 4px 8px 4px;
    margin: 0 0 5px 0;

    -moz-border-radius-topleft: 5px; /* Firefox */
    -moz-border-radius-topright: 5px; /* Firefox */
    -moz-border-radius-bottomleft: 5px; /* Firefox */
    -moz-border-radius-bottomright: 5px; /* Firefox */

    -webkit-border-top-left-radius: 5px; /* Safari/WebKit */
    -webkit-border-top-right-radius: 5px; /* Safari/WebKit */
    -webkit-border-bottom-left-radius: 5px; /* Safari/WebKit */
    -webkit-border-bottom-right-radius: 5px; /* Safari/WebKit */

    border-top-left-radius: 5px; /* future browsers with CSS3 support */
    border-top-right-radius: 5px; /* future browsers with CSS3 support */
    border-bottom-left-radius: 5px; /* future browsers with CSS3 support */
    border-bottom-right-radius: 5px; /* future browsers with CSS3 support */
	}

#form input[type=checkbox]{ 
    width: 20px;
    margin: 0;
    display: inline-block;
	}	

.required {color: red;}

#form input:hover,
#form textarea:hover {
	border: solid 1px #000;
	}
	
#form input.button {
	cursor: pointer;
	border: solid 1px #494949;
	background-color: #af2028;
	color: #fff;
	font-size: 13px;
	width: 80px;
	}

#form input.button:hover {
	cursor: pointer;
	border: solid 1px #494949;
	background-color: #000;
	}
	
select {
	float: float;
	width: 120px;
	}



/* Common
----------------------------------------------- */	
.floatLeft {
	float: left;
	margin: 0 20px 20px 0;
	}
.floatRight {
	float: right;
	padding: 0 0 20px 20px;
	}
	
.floatBio {
	float: left;
	margin: 0 20px 30px 0;
	border: solid 2px #ae1d2a;
	padding: 2px;
	background-color: #ae1d2a;
	
    -moz-border-radius-topleft: 5px; /* Firefox */
    -moz-border-radius-topright: 5px; /* Firefox */
    -moz-border-radius-bottomleft: 5px; /* Firefox */
    -moz-border-radius-bottomright: 5px; /* Firefox */

    -webkit-border-top-left-radius: 5px; /* Safari/WebKit */
    -webkit-border-top-right-radius: 5px; /* Safari/WebKit */
    -webkit-border-bottom-left-radius: 5px; /* Safari/WebKit */
    -webkit-border-bottom-right-radius: 5px; /* Safari/WebKit */

    border-top-left-radius: 5px; /* future browsers with CSS3 support */
    border-top-right-radius: 5px; /* future browsers with CSS3 support */
    border-bottom-left-radius: 5px; /* future browsers with CSS3 support */
    border-bottom-right-radius: 5px; /* future browsers with CSS3 support */	
	}
	
#flashSlider {
	border: solid 1px grey;
	width: 960px;
	}	
	
#imageSlider {
	border: solid 1px grey;
	width: 960px;
	padding: 8px;
	}
	
#courseTbl .headerRow th {
	font-weight: bold;
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 4px;
	}
#courseTbl td {
	padding: 4px;
	text-align: center;
	}
.altRow {
	background-color: #f4f4f4;
	}
	
	
dl {
	text-align: left;
	}
	
dt {
	float: left;
	width: 120px;
	font-weight: bold;
	margin: 0; padding: 0
	}
	
dd {
	float: left;
	width: 100px;
	text-align: left;
	margin: 0; padding: 0
	}
		
.extradiv {
    position: absolute;
    left:20px;
    top: 20px;
    border: 1 px solid black;
    width: 200px;
    height:200px;
    background-color: red;
}

/* Footer 
----------------------------------------------- */
#footer {
	margin-top: 30px; 
	border-top: solid 8px #c80619;
	padding-top: 8px; padding-bottom: 40px;
	}	
	#footer a:link, 
	#footer a:visited, 
	#footer a:active {
		color: #c12029;
		text-decoration: none;
		}    
	#footer a:hover {
		color: #2c2c2c;
		text-decoration: none;
		}  
		
	#footer #links {
		float: right;
		width: 480px;
		text-align: right
		}
		#footer #links li {
			display: inline;
			padding-right: 5px;
			}
		
	#copyright{
		float: left;
		width: 480px;
		text-align: left;
		}
		
		
/* Tabs / Buttons
----------------------------------------------- */
.atom-tabs {
	float: left;
	width: 900px;
	margin-left: 40px;	
}

img.atom {
	margin: 2em 0;
}

.shade-btns {
	padding: 3px 0;
	margin: 10px 0;
	list-style-type: none;
	text-align: center;
}

.shade-btns li {
	display: inline-block;
	margin: 0;
}

.shade-btns li a {
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 1;
	padding: 5px 16px;
	margin: 0 5px;
	color: #fff;
	background-color: #b31d2a;
	height: 20px;
	width: 140px;
	
    -moz-border-radius-topleft:  5px;  /* Firefox */
    -moz-border-radius-topright:  5px;  /* Firefox */
    -moz-border-radius-bottomright:  5px;  /* Firefox */
    -moz-border-radius-bottomleft:  5px;  /* Firefox */

    -webkit-border-top-left-radius: 5px;  /* Safari/WebKit */
    -webkit-border-top-right-radius: 5px;  /* Safari/WebKit */
    -webkit-border-bottom-left-radius: 5px;  /* Safari/WebKit */
    -webkit-border-bottom-right-radius: 5px;  /* Safari/WebKit */

    border-top-left-radius: 5px;  /* future browsers with CSS3 support */
    border-top-right-radius: 5px;  /* future browsers with CSS3 support */
    border-bottom-left-radius: 5px;  /* future browsers with CSS3 support */
    border-bottom-right-radius: 5px;  /* future browsers with CSS3 support */
}

.shade-btns li a:visited{
	color: #fff;
}

.shade-btns li a:hover{
	text-decoration: underline;
	color: #fff;
}

.shade-btns li a.selected{ /*selected main button style */
	position: relative;
	top: 0;
	background-color: #000;
	color: #fff;
	pointer-events: none;
}


.shade-btns li a.selected:hover{
	text-decoration: none;
}
	
.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	}

.shadetabs li{
	display: inline;
	margin: 0;
	}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 5px 16px;
	margin-right:0px;
	color: #2d2b2b;
	background-color: #e5e5e5;
	
    -moz-border-radius-topleft:  5px;  /* Firefox */
    -moz-border-radius-topright:  5px;  /* Firefox */

    -webkit-border-top-left-radius: 5px;  /* Safari/WebKit */
    -webkit-border-top-right-radius: 5px;  /* Safari/WebKit */

    border-top-left-radius: 5px;  /* future browsers with CSS3 support */
    border-top-right-radius: 5px;  /* future browsers with CSS3 support */
	
	}

.shadetabs li a:visited{
	color: #2d2b2b;
	}

.shadetabs li a:hover{
	text-decoration: underline;
	color: #2d2b2b;
	}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top:0px;
	}

.shadetabs li a.selected{ /*selected main tab style */
	background-color: #b31d2a;
	border-bottom-color: white;
	color: #fff;
	}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	}

	
	.col1 {
		float: left;
		width: 410px;
		margin-right: 40px;
		}		
	.col2 {
		float: left;
		width: 410px;
		}				
		
#video-login{
	border: solid 4px #a8142c;
	padding: 20px;
	margin: 0 auto;
	margin-top: 50px;
	width: 330px;
    border-top-left-radius: 5px; /* future browsers with CSS3 support */
    border-top-right-radius: 5px; /* future browsers with CSS3 support */
    border-bottom-left-radius: 5px; /* future browsers with CSS3 support */
    border-bottom-right-radius: 5px; /* future browsers with CSS3 support */	
    background-color: #fff8f9
	}


#video-login input { 
    border: solid 1px #e1e1e1;
    background-color: #fff;
    color: #6c6c6c;
    padding: 8px 4px 8px 4px;
    margin: 0 0 5px 5px;

    -moz-border-radius-topleft: 5px; /* Firefox */
    -moz-border-radius-topright: 5px; /* Firefox */
    -moz-border-radius-bottomleft: 5px; /* Firefox */
    -moz-border-radius-bottomright: 5px; /* Firefox */

    -webkit-border-top-left-radius: 5px; /* Safari/WebKit */
    -webkit-border-top-right-radius: 5px; /* Safari/WebKit */
    -webkit-border-bottom-left-radius: 5px; /* Safari/WebKit */
    -webkit-border-bottom-right-radius: 5px; /* Safari/WebKit */

    border-top-left-radius: 5px; /* future browsers with CSS3 support */
    border-top-right-radius: 5px; /* future browsers with CSS3 support */
    border-bottom-left-radius: 5px; /* future browsers with CSS3 support */
    border-bottom-right-radius: 5px; /* future browsers with CSS3 support */
	}

#video-login input.button {
	cursor: pointer;
	border: solid 1px #494949;
	background-color: #af2028;
	color: #fff;
	font-size: 13px;
	width: 80px;
	}
	
.download-notes {
	border: solid 1px grey;
	background-color: #f5f5f5;
	padding:  6px 6px 6px 20px;
	font-size: 11px; line-height: 14px;
	color: grey;
	margin-bottom: 12px;
	}
	
/* sliding div */
a.showhide {
	
    background: url('../media/anim-dot.gif') no-repeat;
    height: 32px;
    width: 32px;
    display: block;
    z-index: 2000;
}

#slidingDiv,
#slidingDiv_2,
#slidingDiv_3,
#slidingDiv_4,
#slidingDiv_5,
#slidingDiv_1a,
#slidingDiv_1b,
#slidingDiv_1c,
#slidingDiv_2a,
#slidingDiv_2b,
#slidingDiv_2c,
#slidingDiv_3a,
#slidingDiv_3b,
#slidingDiv_3c,
#slidingDiv_3d,
#slidingDiv_3e,
#slidingDiv_3f,
#slidingDiv_4a,
#slidingDiv_4b,
#slidingDiv_4c {
	position: absolute;
	max-width: 220px;
	background-color: #E5E5E5;
	background-color: rgba(229, 229, 229, 0.95);
	border: 2px solid #ac000e;
	padding: 10px 12px;
	margin: 0px;
	display: none;
	z-index: 10000;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    
    -moz-border-radius-topleft: 5px; /* Firefox */
    -moz-border-radius-topright: 5px; /* Firefox */
    -moz-border-radius-bottomleft: 5px; /* Firefox */
    -moz-border-radius-bottomright: 5px; /* Firefox */

    -webkit-border-top-left-radius: 5px; /* Safari/WebKit */
    -webkit-border-top-right-radius: 5px; /* Safari/WebKit */
    -webkit-border-bottom-left-radius: 5px; /* Safari/WebKit */
    -webkit-border-bottom-right-radius: 5px; /* Safari/WebKit */

    border-top-left-radius: 5px; /* future browsers with CSS3 support */
    border-top-right-radius: 5px; /* future browsers with CSS3 support */
    border-bottom-left-radius: 5px; /* future browsers with CSS3 support */
    border-bottom-right-radius: 5px; /* future browsers with CSS3 support */
}

.reveal1 {
    display: none;
}

.reveal1 img {
	/* margin-top: 20px; */
	max-width: 160px;
}

.reveal1 small {
	font-size: 80%;
	line-height: 1.2;
}

.feature {
    display: none;
}

#slidingDiv {
	top: 160px;
	left: 100px;
	text-align: center;
}

#slidingDiv_2 {
	top: 460px;
	left: 40px;
	text-align: center;
}

#slidingDiv_3 {
	top: 480px;
	left: 320px;
	text-align: center;
}

#slidingDiv_4 {
	top: 320px;
	left: 560px;
	max-width: 360px;
	text-align: center;
}

#slidingDiv_5 {
	top: 160px;
	left: 560px;
	text-align: center;
}

#slidingDiv_1a {
	top: 380px;
	left: 240px;
	text-align: center;
}

#slidingDiv_1b {
	top: 520px;
	left: 320px;
	text-align: center;
}

#slidingDiv_1c {
	top: 460px;
	left: 580px;
	text-align: center;
}

#slidingDiv_2a {
	top: 300px;
	left: 200px;
	text-align: center;
}

#slidingDiv_2b {
	top: 500px;
	left: 280px;
	text-align: center;
}

#slidingDiv_2c {
	top: 500px;
	left: 640px;
	text-align: left;
}

#slidingDiv_3a {
	top: 260px;
	left: 100px;
	text-align: center;
}

#slidingDiv_3b {
	top: 400px;
	left: 200px;
	text-align: center;
}

#slidingDiv_3c {
	top: 260px;
	left: 340px;
	text-align: center;
}

#slidingDiv_3d {
	top: 400px;
	left: 500px;
	text-align: center;
}

#slidingDiv_3e {
	top: 400px;
	left: 620px;
	text-align: center;
}

#slidingDiv_3f {
	top: 400px;
	left: 780px;
	text-align: center;
}

#slidingDiv_4a {
	top: 360px;
	left: 660px;
	text-align: center;
}

#slidingDiv_4b {
	top: 540px;
	left: 560px;
	text-align: center;
}

#slidingDiv_4c {
	top: 535px;
	left: 135px;
	text-align: center;
}

#slidingDiv_4d {
	top: 165px;
	left: 40px;
	text-align: center;
	display: block;
	position: absolute;
	max-width: 220px;
	padding: 10px 12px;
	margin: 0px;
	z-index: 10000;
    font-size: 14px;
    line-height: 22px;
    color: #000;
}

#toggle-div2,
#toggle-div3,
#toggle-div5 {
	display: none;
}


#feature-divcontainer {
	background-color: #E5E5E5;
	border: 1px solid #b31d2a;
	width: 833px;
	margin-bottom: 1em;
	padding: 10px;
}

#feature-divcontainer p {
	font-size: 18px;
	line-height: 1.4em;
}

.featWrap {
	width: 100%;
	/* height: 574px; */
	margin: 0 auto;
	border: 2px solid #b31d2a;
	
	-moz-border-radius-topleft: 5px; /* Firefox */
    -moz-border-radius-topright: 5px; /* Firefox */
    -moz-border-radius-bottomleft: 5px; /* Firefox */
    -moz-border-radius-bottomright: 5px; /* Firefox */

    -webkit-border-top-left-radius: 5px; /* Safari/WebKit */
    -webkit-border-top-right-radius: 5px; /* Safari/WebKit */
    -webkit-border-bottom-left-radius: 5px; /* Safari/WebKit */
    -webkit-border-bottom-right-radius: 5px; /* Safari/WebKit */

    border-top-left-radius: 5px; /* future browsers with CSS3 support */
    border-top-right-radius: 5px; /* future browsers with CSS3 support */
    border-bottom-left-radius: 5px; /* future browsers with CSS3 support */
    border-bottom-right-radius: 5px; /* future browsers with CSS3 support */
}

.feature {
	width: 100%;
	height: 100%;
}

.featThumbs {
	text-align: center;
	margin: 20px auto;
}

.featThumbs li {
	/*
width: 244px;
	height: 184px;
*/
	display: inline-block;
	margin: 0 8px;	
}

.feature img,
.featThumbs li img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	
	
}

.featThumbs li a {
	display: block;
	border: 2px solid #777;
	
	-moz-border-radius-topleft: 5px; /* Firefox */
    -moz-border-radius-topright: 5px; /* Firefox */
    -moz-border-radius-bottomleft: 5px; /* Firefox */
    -moz-border-radius-bottomright: 5px; /* Firefox */

    -webkit-border-top-left-radius: 5px; /* Safari/WebKit */
    -webkit-border-top-right-radius: 5px; /* Safari/WebKit */
    -webkit-border-bottom-left-radius: 5px; /* Safari/WebKit */
    -webkit-border-bottom-right-radius: 5px; /* Safari/WebKit */

    border-top-left-radius: 5px; /* future browsers with CSS3 support */
    border-top-right-radius: 5px; /* future browsers with CSS3 support */
    border-bottom-left-radius: 5px; /* future browsers with CSS3 support */
    border-bottom-right-radius: 5px; /* future browsers with CSS3 support */
}

.featThumbs li a:hover {
	border-color: #b31d2a;
}

.asry-img {
	display: block;
	width: 30%;
	overflow: hidden;
	text-align: center;
	margin: 2% 0.8% 3% 1.25%;
	border: 1px solid #b31d2a;
	padding: 5px;
	
	-moz-border-radius-topleft: 5px; /* Firefox */
    -moz-border-radius-topright: 5px; /* Firefox */
    -moz-border-radius-bottomleft: 5px; /* Firefox */
    -moz-border-radius-bottomright: 5px; /* Firefox */

    -webkit-border-top-left-radius: 5px; /* Safari/WebKit */
    -webkit-border-top-right-radius: 5px; /* Safari/WebKit */
    -webkit-border-bottom-left-radius: 5px; /* Safari/WebKit */
    -webkit-border-bottom-right-radius: 5px; /* Safari/WebKit */

    border-top-left-radius: 5px; /* future browsers with CSS3 support */
    border-top-right-radius: 5px; /* future browsers with CSS3 support */
    border-bottom-left-radius: 5px; /* future browsers with CSS3 support */
    border-bottom-right-radius: 5px; /* future browsers with CSS3 support */
}

.asry-img img {
	width: 100%
}

#leftside {
	float: left;
}

#rightside {
	float: right;
}

#center {
	float: left;
}

.red,
.redBullets span span {
	color: #b31d2a;
}

.blue {
	color: #1b1078;
}

#col1,
#col2 {
	float: left;
	width: 120px;
	text-align: center;
}

#col3 {
	float: right;
	width: 120px;
	text-align: center;
}

#col1 img,
#col2 img,
#col3 img {
	width: 120px;
}

.video-grid {
	color: #fff;
	display: block;
	float: left; 
	width: 420px;
	height: 315px;
	margin: 0 20px 40px 0
}

.items-carousel-wrap {
	max-width: 960px;
	margin: 0 auto;
}
.items-carousel {
	position: relative;
	box-sizing: border-box;
	border: 1px solid #333;
}
.items-carousel * {box-sizing: border-box;}
.items-carousel:before,
.items-carousel:after {
	content: '';
	position: absolute;
	z-index: 5;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	opacity: .5;
	-webkit-transition: all .3s;
	transition: all .3s;
	pointer-events: none;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}
.items-carousel:before {
	left: 5px;
	border-width: 20px 15px 20px 0;
	border-color: transparent #000 transparent transparent;
}
.items-carousel:after {
	right: 5px;
	border-width: 20px 0 20px 15px;
	border-color: transparent transparent transparent #000;
}
.items-carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	overflow-x: auto;
	overflow-y: hidden;
}
.items-carousel ul:after {
	content: '';
	display: block;
	clear: both;
}
.items-carousel .item {
	border: none;
	height: auto;
	width: auto;
	display: inline-block;
	vertical-align: top;
	width: 160px;
	margin: 0;
	float: none;
	padding-left: 5px;
	font: 10px/1.333333333333333 Arial, Helvetica, sans-serif;
}
.items-carousel .item a {
	outline: none;
	display: block;
	color: #000;
	text-decoration: none;
	text-align: center;
	padding: 5px 0;
	-webkit-transition: all 0;
	transition: all 0;
}
.items-carousel .item a strong{
	display: block;
	font-weight: normal;
	padding-left: 15px;
}
.items-carousel .item a:hover figure{
	transform: scale(1);
}
.items-carousel .item figure{
	margin: 0 0 0 15px;
	position: relative;
	transition: all .3s;
	transform: scale(.93);
}
.items-carousel .item figure img{
	border: 5px solid #ed461a;
	border-radius: 12px;
	max-width: 100%;
	position: relative;
	z-index: 5;
	vertical-align: top;
	width: 100%;
	height: auto;
	background-color: #ed461a;
}
.items-carousel .item figure figcaption{
	position: absolute;
	bottom: 0;
	left: 13px;
	z-index: 1;
	background: #ed461a;
	transform-origin: 0 100%;
	transform: rotate(-90deg);
	font-size: 1.3em;
	color: #fff;
	padding: 2px 5px 10px;
	border-radius: 4px 4px 0 0;
	text-shadow: 0 0 5px rgba(0,0,0, .5);
}
.items-carousel .item.yellow figure img{
	border: 5px solid #fef481;
	background-color: #fef481;
}
.items-carousel .item.yellow figure figcaption{
	background: #fef481;
}
.items-carousel .item.blue figure img{
	border: 5px solid #03adea;
	background-color: #03adea;
}
.items-carousel .item.blue figure figcaption{
	background: #03adea;
}
.items-carousel .item.violette figure img{
	border: 5px solid #3b2a78;
	background-color: #3b2a78;
}
.items-carousel .item.violette figure figcaption{
	background: #3b2a78;
}
.items-carousel .item.dark-green figure img{
	border: 5px solid #027556;
	background-color: #027556;
}
.items-carousel .item.dark-green figure figcaption{
	background: #027556;
}
.items-carousel .item.lime figure img{
	border: 5px solid #b7c82c;
	background-color: #b7c82c;
}
.items-carousel .item.lime figure figcaption{
	background: #b7c82c;
}
.items-carousel .item.pink figure img{
	border: 5px solid #f9b2b0;
	background-color: #f9b2b0;
}
.items-carousel .item.pink figure figcaption{
	background: #f9b2b0;
}
.items-carousel .item.dark-blue figure img{
	border: 5px solid #0748a6;
	background-color: #0748a6;
}
.items-carousel .item.dark-blue figure figcaption{
	background: #0748a6;
}
.items-carousel .item.green figure img{
	border: 5px solid #229753;
	background-color: #229753;
}
.items-carousel .item.green figure figcaption{
	background: #229753;
}