a#product-main-image img:hover {
	cursor:pointer;	
}

ul#ysw-tabs {
	margin:0;
	padding:0;
	float:left;
	list-style:none;
	height:25px; /*--Set height of tabs--*/
	border-bottom:1px solid #bbb;
	border-left:1px solid #bbb;
	width:749px;
}
ul#ysw-tabs li {
	float:left;
	margin:0;
	padding:0;
	border-left:none;
	margin-bottom:-1px; /*--Pull the list item down 1px--*/
	overflow:hidden;
	position:relative;
	border:1px solid #bbb;
	border-left:none;
	text-align:center;
	height:24px;
	width:106px;
	font:normal 12px Verdana, Geneva, sans-serif;
	line-height:24px;
	cursor:default;
	background-image:url(http://lib.store.yahoo.net/lib/nycewheels/header-menu-bg-selected.png);
	background-position:0 12px;
	background-repeat:repeat-x;
}


ul#ysw-tabs li a {
	text-decoration:none;
	color:black;
	display:block;
	padding:0;
	border:1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline:none;
}
ul#ysw-tabs li:hover {background-position:0 16px;}
ul#ysw-tabs li:hover a {color:#060;}
ul#ysw-tabs li.ysw-disabled-tab:hover {background-position:0 12px;}
ul#ysw-tabs li.ysw-disabled-tab:hover a {cursor:default;}

ul#ysw-tabs li.active a {color:#090;}

ul#ysw-tabs li.active, ul#ysw-tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background:#fff;
	border-bottom:1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

#ysw-tab-container {
	border:1px solid #bbb;
	border-top:none;
	overflow:hidden;
	clear:both;
	float:left;
	width:749px;
	background:#fff;
}
.ysw-tab-content {
	padding:8px;
}

#ysw-picture-gallery {
	width:100%;
	text-align:center;
}

#ysw-picture-gallery ul {
	margin:0;
	padding:0;
	float:left;
}

#ysw-picture-gallery ul li {
	margin:0;
	padding:0;
	display:inline;
}

.ysw-thumb {
	display:block;
	float:left;
	border:1px solid #ccc;
	padding:1px;
	margin-right:6px;
}

.ysw-thumb:hover {border:1px solid #666;}

.ysw-active-thumb {border:1px solid green;}
.ysw-active-thumb:hover {border:1px solid green;}

.ysw-question {
	color: #14830c;
	font: normal bold 13px/16px Verdana, Arial, Helvetica, sans-serif;
	background: url(http://lib.store.yahoo.net/lib/nycewheels/qna-arrow-down.gif) 3px 8px no-repeat;
	text-align: left;
	padding: 2px 0 2px 15px;
	display: inline;
	cursor: pointer;
}

.ysw-question {background: url(http://lib.store.yahoo.net/lib/nycewheels/qna-arrow.gif) 5px 6px no-repeat;}

.ysw-question:hover {
	text-decoration:underline;
	background: url(http://lib.store.yahoo.net/lib/nycewheels/qna-arrow-over.gif) 5px 6px no-repeat;
}

.ysw-show-answer {background: url(http://lib.store.yahoo.net/lib/nycewheels/qna-arrow-down.gif) 3px 8px no-repeat;}
.ysw-show-answer:hover {background: url(http://lib.store.yahoo.net/lib/nycewheels/qna-arrow-down-over.gif) 3px 8px no-repeat;}
.ysw-answer {padding: 0 10px 0 16px;margin: 5px 0;}
