/*
   jquery.productslides.css
   Stylex Seating
   
   Created by Aaron Vanderzwan on 2010-06-04.
   Copyright 2010 Conduit Studios. All rights reserved.
*/

/*BASIC SETUP*/
#galleryNav, #galleryNavHolder	{overflow:hidden;}
#galleryNav						{width:666px;}
#galleryNavHolder				{}
div.installationsShowroom01		{overflow:hidden;margin-left:27px;width:908px;}

.productSlideContainer,
.productSlideContainer2,
.productSlideContainer3			{float:left;}
.productSlide 					{float:left;}

/*ARROWS*/
.productArrows		{float:left;margin:10px 0 32px;}
.productArrows a 	{float:left;height:29px;width:18px;}

.productLeft					{background:url('/_images/arrows/left_cccccc.jpg') no-repeat 0 0;}
.productLeft:hover				{background-image:url('/_images/arrows/left_666666.jpg');}
.productArrows .inactiveLeft	{background-image:url('/_images/arrows/left_e5e5e5.jpg');}
.productRight					{background:url('/_images/arrows/right_cccccc.jpg') no-repeat 0 0;margin:0 0 0 20px;}
.productRight:hover				{background-image:url('/_images/arrows/right_666666.jpg');}
.productArrows .inactiveRight	{background-image:url('/_images/arrows/right_e5e5e5.jpg');}
.inactiveLeft, .inactiveRight 	{cursor:default;}


div.galleries					{width:800px !important;}