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

body
{
	background-color: #ffffff;
	margin: 16px 0 20px 0;
}

a:link, a:visited
{
	color: #000000;
	text-decoration: none;
}

a:hover, a:active
{
	color: #666;
	text-decoration: none;
}

:focus {
	outline: 0;
}

div
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

div.autocomplete {
  position:absolute;
  background-color: #ffffff;
  border:1px solid #000;
  margin:0px;
  padding:0px;
  text-align: left;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected {
	background-color: #666;
	color: #fff;
}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background-color: #000;
    color: #fff;
    display: block;
    float: left;
    font: normal 12px Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    height: 24px;
    margin: 1px 6px 1px 0;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
	background-color: #000;
    display: block;
    color: #fff;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

ul
{
	padding: 0 10px 0 10px;
	margin: 0 10px 0 10px;
}

#container
{
	background-color: #ffffff;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	width: 850px;
	margin-left: auto;
    margin-right: auto;
}

.content
{
	font: 11px Helvetica, Arial, sans-serif;
	line-height: 17px;
	color: #333;
	padding: 6px;
}
.content a:link, .content a:visited 
{
	text-decoration: underline;
	color: #333;
}
.content a:hover, .content a:active
{
	text-decoration: underline;
	color: #000;
}

#header
{
	height: 70px;
	width: 850px;
	border-bottom: 1px solid #000;
}

#header_logo
{
	padding-left: 10px;
}

#header_nav
{
	text-align: right;
	padding: 0 0 0 5px;
	margin-top: 6px;
	font: bold 12px "Times New Roman", Times, serif;
}

#header_nav a 
{
	padding-left: 5px;
}

#header_nav a:hover
{
	color: #666;
}


#column_left
{
	padding: 14px 0px 14px 0px;
	width: 143px;
}

#panels
{
	position: relative;
	margin-left: 8px;
	height: 950px;
}

#panel_topleft
{
	background-color: #000;
	width: 699px;
	height: 445px;
	position: absolute;
	border: none;
	left: 0px;
	top: 10px;
}

#panel_topleft_nav
{
	right: 20px;
	top: 420px;
	width: 430px;
	text-align: right;
	position: absolute;
}


#panel_highlight1
{
	background-color: #000;
	width: 148px;
	height: 154px;
	position: absolute;
	left: 0px;
	top: 463px;
}

#panel_highlight2
{
	background-color: #000;
	width: 148px;
	height: 154px;
	position: absolute;
	left: 156px;
	top: 463px;
}

#panel_highlight3
{
	background-color: #000;
	width: 148px;
	height: 154px;
	position: absolute;
	left: 312px;
	top: 463px;
}

#panel_highlight4
{
	background-color: #000;
	width: 231px;
	height: 154px;
	position: absolute;
	left: 468px;
	top: 463px;
}


#panel_highlight5
{
	background-color: #000;
	width: 148px;
	height: 154px;
	position: absolute;
	left: 0px;
	top: 625px;
}

#panel_highlight6
{
	background-color: #000;
	width: 148px;
	height: 154px;
	position: absolute;
	left: 156px;
	top: 625px;
}

#panel_highlight7
{
	background-color: #000;
	width: 148px;
	height: 154px;
	position: absolute;
	left: 312px;
	top: 625px;
}

#panel_highlight8
{
	background-color: #000;
	width: 231px;
	height: 154px;
	position: absolute;
	left: 468px;
	top: 625px;
}

#panel_highlight9
{
	background-color: #000;
	width: 148px;
	height: 154px;
	position: absolute;
	left: 0px;
	top: 787px;
}

#panel_highlight10
{
	background-color: #000;
	width: 148px;
	height: 154px;
	position: absolute;
	left: 156px;
	top: 787px;
}

#panel_highlight11
{
	background-color: #000;
	width: 148px;
	height: 154px;
	position: absolute;
	left: 312px;
	top: 787px;
}

#panel_highlight12
{
	background-color: #000;
	width: 231px;
	height: 154px;
	position: absolute;
	left: 468px;
	top: 787px;
}

#featured_content
{
	width: 278px;
	background-color: #ffffff;
	text-align: center;
	vertical-align: top;
	padding: 15px 0px 0px 0px;
}

#featured_content_info
{
	background-color: #ffffff;
	padding: 6px;
}

.featured_image
{
}

.featured_price
{
	font-size: 16px;
	color: #5b5e5f;
	float: right;
	padding-right: 6px;
}

.featured_price a:link, .featured_price a:hover, .featured_price a:active, .featured_price a:visited
{
	font-size: 16px;
	color: #5b5e5f;
}

#featured_info
{
	margin-top: 2px;
	position: relative;
	text-align: left;
}

.featured_info_heading
{
	font-size: 13px; padding-top: 5px;
	font-weight: bold;
}

#featured_info_icon
{
	position: absolute;
}

#featured_info_area
{
	position: relative;
	left: 30px;
	width: 240px;
	padding-bottom: 4px;
}

#new_arrivals
{
	vertical-align: top;
	padding-top: 7px;
	padding-left: 2px;
}

#new_arrivals_text
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 10px 6px 0px 6px;
}

#rss_button
{
	position: absolute;
	left: 261px;
	top: 0px;
	z-index: 1;
}


#search_field
{
	float: right;
	position: absolute;
	right: 0px;
	top: -4px;	
	vertical-align: top;
	
	margin: 0px;
	padding: 0px;
}

.search_field_input
{
	background-color: #ffffff;
	height: 16px;
	text-align: center;
	font-size: 12px;
	width:  200px;
	margin: 0px;
	padding: 2px;
	border: 1px solid #000;
	text-transform: uppercase;
}

.search_field_input_grey
{
	background-color: #fff;
	color: #000;
	height: 16px;
	text-align: center;
	font-size: 12px;
	width:  200px;
	margin: 0px;
	padding: 2px;
	border: 1px solid #000;
	text-transform: uppercase;
}

.username_field_input
{
	border: 1px solid #000;
	background-color: #ffffff;
	height: 16px;
	width: 120px;
	font-size: 11px;
	margin: 0px;
	padding: 0 0 0 6px;
}

#username_field
{
	margin-bottom: 12px;
}

#best_sellers
{
	padding: 5px;
}

#breadcrumb_content
{
	border-bottom: 1px solid #000;
	border-top-width: 0px;
	padding: 2px;
	color: #000;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	height: 35px;
}

#breadcrumb_content a:link, #breadcrumb_content a:visited, #breadcrumb_content a:active
{
	color: #000;
	text-decoration: none;
	font-size: 10px;
}

#breadcrumb_content a:hover
{
	color: #666666;
	text-decoration: none;
	font-size: 10px;
}

.caplink, .caplink a:link, .caplink a:visited, .caplink a:active
{
	color: #000;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
}


.side_section
{
	padding: 4px 0px 18px 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}
.side_section, .side_section a:link, .side_section a:visited
{
	font-size: 11px;
	color: #000;
}

.side_section a:hover
{
	color: #666;
}

.side_heading
{
	margin: 0 0 10px 0;
}

.side_store_content, .side_store_content a:hover,  .side_store_content a:visited, .side_store_content a:active, .side_store_content a:link
{
	font-size: 11px;
	line-height:130%;
}

.side_store_content a:hover
{
	font-size: 11px;
	line-height:130%;
	color: #666;
}

.smallfont, .smallfont a:hover,  .smallfont a:visited, .smallfont a:active, .smallfont a:link
{
	font-size: 11px;
}

.smallfont_left, .smallfont_left a:hover,  .smallfont_left a:visited, .smallfont_left a:active, .smallfont_left a:link
{
	font-size: 11px;
}


.post_preview
{
	padding: 4px;
	margin-top: 4px;
	background-color: #fffbf0;
	border: 1px solid #f0e8d3;
}

.spacer
{
	margin: 3px;
}

.divider
{
	border-top: 1px solid #000;
}

.list_alt1
{
	padding: 3px;
}

.list_alt2
{
	background-color: #999999;
	padding: 3px;
}

.product_content
{
	width: 278px;
	background-color: #ffffff;
	text-align: center;
	vertical-align: top;
	padding: 15px 0px 0px 0px;
}

#product_title
{
	font: 18px "Times New Roman", Times, serif;
	color: #000;
	padding: 5px 0px 0px 8px;
}

.description_heading
{
	margin-bottom: 4px;
	padding-left: 6px;
}

.info_spacer
{
	margin: 10px;
}

.info_table
{
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	font: 11px Helvetica, Arial, sans-serif;
}
.info_tabel a 
{
	font-size: 11px;
}
.info_table a:link, .info_table a:visited 
{
	color: #000;
	text-decoration: none;
}
.info_table a:hover 
{
	color: #666;
	text-decoration: none;
}
.about_table
{
	border: none;
	font: 11px Helvetica, Arial, sans-serif;
}
.about_tabel a 
{
	font-size: 11px;
}
.about_table a:link, .about_table a:visited 
{
	color: #000;
	text-decoration: underline;
}
.about_table a:hover 
{
	color: #666;
	text-decoration: underline;
}

.info_table_full
{
	border: 1px solid #666666;
	font: 11px Helvetica, Arial, sans-serif;
}

#cart_container
{
	padding: 5px 5px 5px 5px;
}

#addtocart
{
	float: right;
	padding-bottom: 5px;
}

#quantity
{
	padding-right: 15px;
	float: right;
}

#product_priceavail
{
	font-size: 16px;
	color: #000;
	float: left;
}

#imagesandinfo
{
	padding: 0px 8px 10px 8px;
}

.info_icon
{
	padding: 5px 5px 0px 3px;
}

.info_heading
{
	padding-top: 3px;
}

#review_container
{
	border: 1px solid #000;
}

#review_table
{
	width: 268px;
}

#relatedproducts_table
{
	width: 405px;
}

.review_box1
{
	width: 250px;
	padding: 10px 8px 10px 8px;
	border-bottom: 1px solid #000;
}
   
.review_box2
{
	width: 250px;
	padding: 10px 8px 10px 8px;
	background-color: #ffffff;
	border-bottom: 1px solid #000;
}

#more_new_review
{
	width: 250px;
	padding: 10px 8px 10px 8px;
}

.relatedproduct_box
{
	padding: 5px;
}

.relatedproduct_image
{
	padding-bottom: 5px;
}

#my_cart
{
	padding: 10px;
}

#shoppingcart_line
{
	background-image: url(images/headings/blueheader_line.gif);
	background-repeat:repeat-x;
	width: 553px;
	height: 23px;
	background-position: bottom;
	margin-bottom: 12px;
}

#cart_header
{
	height: 23px;
}

.results_alt1
{
	padding: 3px;
	background-color: #999999;
}
   
.results_alt2
{
	background-color: #ffffff;
	padding: 3px;
}

.results_selected
{
	cursor: pointer;
	padding: 3px;
}

.form_alt1
{
	padding: 6px;
}
   
.form_alt2
{
	background-color: #ffffff;
	padding: 6px;
}

form
{
	margin : 0;
	padding : 0;
}

.updatedelete
{
	float: left;
	padding-right: 8px;
}

.input_text
{
	background-color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #000;
	padding-top: 2px;
}

.input_submit
{
    background-color: #000;
    color: #fff;
    display: block;
    font: normal 12px arial, sans-serif;
    height: 24px;
    text-decoration: none;
    border: 0;

}

.input_textarea
{
	border: 1px solid #000;
	background-color: #ffffff;
	color: #86714e;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 2px;
	width: 356px;
}

.valid
{

	border: 1px solid #009900;
}

.invalid
{
	border: 1px solid #990000;
}


.disabled
{
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

input.dropdown
{
	background-color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #000;
	padding-top: 2px;
}

textarea.dropdown
{
	background-color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #000;
	padding-top: 2px;
}

option.dropdown
{
	background-color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding-top: 2px;
}

select.dropdown
{
	background-color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #000;
	padding-top: 2px;
}

.leftborder
{
	border-left: 1px solid #000;
}

#checkout_button
{
	padding-top: 10px;
}

.cat_header, .cat_header a:hover, .cat_header a:visited, .cat_header a:active, .cat_header a:link
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
	padding: 5px 0px 0px 0px;
}



#product_category
{
	padding: 5px;
	margin: 5px;
}

.product_name, .product_name a:hover, .product_name a:visited, .product_name a:active
{
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
	text-transform: uppercase;
}

.browse_bar
{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #ffffff;
}

#product_list
{
	padding: 5px;
	margin: 5px;
}

.results_tcat_top
{
	background-color: #ffffff;
	border-bottom: 1px solid #000;
}

.results_tcat_bottom
{
	background-color: #ffffff;
	border-top: 1px solid #000;
}

#create_account
{
	border: 1px solid #000;
	margin-left: 5px;
	background-color: #ffffff;
}

#login
{
	border: 1px solid #000;
	margin-right: 5px;
	background-color: #ffffff;
}

.sorting_bar
{
	padding-left: 10px;
	padding-right: 10px;
}

.results_tcat
{
	background-color: #ffffff;
	color: #606465;
	text-decoration: none;
	font-size: 11px;
}

.results_tcat a:link, .results_tcat a:active, .results_tcat a:visited
{
	color: #000;
	text-decoration: none;
	font-size: 11px;
}

.results_tcat a:hover
{
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}

.thead
{
	background-color: #807f80;
	color: #FFF;
	font-size: 11px;
}

.thead a:link, .thead a:active, .thead a:visited, .thead a:hover
{
	color: #ffffff;
	font-size: 11px;
}


.product_box
{
	border: 1px solid #000;
	width: 50%;
	vertical-align: top;
}

.box_image
{
	float: left;
	border: none;
	margin: 4px 10px 4px 4px;
}

.product_price
{
	font-size: 15px;
	color: #000;
}

.product_price a:link, .product_price a:active, .product_price a:visited, .product_price a:hover
{
	font-size: 15px;
	color: #000;
	font-weight: bold;
}

.sale, .sale a:link, .sale a:active, .sale a:visited, .sale a:hover
{
	color: red;
}

.normalfont
{
	font-size: 12px;
}

.normalfont_left, .normalfont_left a:link, .normalfont_left a:active, .normalfont_left a:visited, .normalfont_left a:hover
{
	font-size: 12px;
}


#searchresults_line
{
	background-image: url(images/headings/blueheader_line.gif);
	background-repeat:repeat-x;
	width: 553px;
	height: 17px;
	background-position: bottom;
	margin-bottom: 12px;
}

#searchresults_header
{
	height: 17px;
	margin-bottom: 10px;
}

#aboutus_line
{
	background-image: url(images/headings/blueheader_line.gif);
	background-repeat:repeat-x;
	width: 585px;
	height: 23px;
	background-position: bottom;
	margin-bottom: 12px;
}

#guitargiveaway_line
{
	background-image: url(images/headings/blueheader_line.gif);
	background-repeat:repeat-x;
	width: 539px;
	height: 23px;
	background-position: bottom;
	margin-bottom: 12px;
}

#newarrivals_line
{
	background-image: url(images/headings/blueheader_line.gif);
	background-repeat:repeat-x;
	width: 158px;
	height: 17px;
	background-position: bottom;
	margin-bottom: 12px;
	padding-left: 3px;
}

#myaccount_line
{
	background-image: url(images/headings/blueheader_line.gif);
	background-repeat:repeat-x;
	width: 574px;
	height: 23px;
	background-position: bottom;
	margin-bottom: 12px;
}

#myprofile_line
{
	background-image: url(images/headings/blueheader_line.gif);
	background-repeat:repeat-x;
	width: 593px;
	height: 23px;
	background-position: bottom;
	margin-bottom: 12px;
}

#review_line
{
	background-image: url(images/headings/blueheader_line.gif);
	background-repeat:repeat-x;
	width: 611px;
	height: 23px;
	background-position: bottom;
	margin-bottom: 12px;
}

#catalog_line
{
	background-image: url(images/headings/blueheader_line.gif);
	background-repeat:repeat-x;
	width: 543px;
	height: 23px;
	background-position: bottom;
	margin-bottom: 12px;
}

#submitreview_line
{
	background-image: url(images/headings/blueheader_line.gif);
	background-repeat:repeat-x;
	width: 539px;
	height: 23px;
	background-position: bottom;
	margin-bottom: 12px;
}

#inquiry_line
{
	background-image: url(images/headings/blueheader_line.gif);
	background-repeat:repeat-x;
	width: 545px;
	height: 23px;
	background-position: bottom;
	margin-bottom: 12px;
}

#newarrivals_header
{
	height: 23px;
	margin-left: 5px;
	margin-bottom: 6px;
	padding-right: 3px;
}

#aboutus_header
{
	height: 23px;
	margin-left: 5px;
}

#guitargiveaway_header
{
	height: 21px;
	margin-left: 5px;
}

.about_content
{
	font: 11px Arial, Helvetica, sans-serif;
	padding: 3px 15px 0px 15px;
}

.about_content a:link, .about_content a:visited
{
	font-size: 11px;
	color: #000;
	text-decoration: underline;
}

.about_content a:hover, .about_content a:active
{
	font-size: 11px;
	color: #666;
	text-decoration: underline;
}

.faq_content
{
	font: 11px Arial, Helvetica, sans-serif;
	padding: 3px 15px 0px 15px;
}

.faq_content a:link, .faq_content a:visited
{
	color: #000;
	text-decoration: none;
}

.faq_content a:hover, .faq_content a:active
{
	color: #ff0000;
	text-decoration: none;
}

#purchasepolicy_line
{
	background-image: url(images/headings/blueheader_line.gif);
	background-repeat:repeat-x;
	width: 550px;
	height: 23px;
	background-position: bottom;
	margin-bottom: 12px;
}

#faq_line
{
	background-image: url(images/headings/blueheader_line.gif);
	background-repeat:repeat-x;
	width: 630px;
	height: 23px;
	background-position: bottom;
	margin-bottom: 12px;
}

#faq_divider
{
	background-image: url(images/headings/blueheader_line.gif);
	background-repeat:repeat-x;
	width: 674px;
	height: 30px;
	background-position: bottom;
}

#contactus_line
{
	background-image: url(images/headings/blueheader_line.gif);
	background-repeat:repeat-x;
	width: 584px;
	height: 23px;
	background-position: bottom;
	margin-bottom: 12px;
}

#help_line
{
	background-image: url(images/headings/blueheader_line.gif);
	background-repeat:repeat-x;
	width: 637px;
	height: 23px;
	background-position: bottom;
	margin-bottom: 12px;
}

#articles_line
{
	background-image: url(images/headings/blueheader_line.gif);
	background-repeat:repeat-x;
	width: 614px;
	height: 23px;
	background-position: bottom;
	margin-bottom: 12px;
}

.leftimg
{
	float: left;
	margin: 0px 12px 6px 0px;
	padding: 6px;
	border: 1px solid #000;
}

.rightimg
{
	float: right;
	margin: 0px 0px 6px 12px;
	padding: 6px;
	border: 1px solid #000;
}

.mainimg
{
	margin-bottom: 10px;
	padding: 6px;
	border: 1px solid #000;
}

.caption
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #86714e;
	font-style:italic;
	text-align: center;
	margin-top: 5px;
}

.article_content
{
	padding: 0px 15px 0px 15px;
}

.article_content a:link, .article_content a:active, .article_content a:visited
{
	font-size:12px;
}

.article_content a:hover
{
	font-size:12px;
	color: #666;
}

.biggerfont
{
	font-size: 12px;
}

.biggerfont a:link, a:active, a:visited
{
	color: #000;
	text-decoration: none;
	font-size: 12px;
}

.biggerfont a:hover
{
	color: #666666;
	text-decoration: none;
	font-size: 12px;
}

.biggerfont
{
	font-size: 12px;
}

.biggerfont a:link, a:active, a:visited
{
	color: #000;
	text-decoration: none;
	font-size: 12px;
}

.biggerfont a:hover
{
	color: #666666;
	text-decoration: none;
	font-size: 12px;
}

.inq_placement
{
	padding-left: 105px;
}

.footer
{
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	width: 850px;
	border-top: 1px solid #000;
}

.footer a:link, .footer a:active, .footer a:visited
{
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}


.footer a:link, .footer a:active, .footer a:visited
{
	color: #000;
	text-decoration: none;
	font-size: 10px;
}

.footer a:hover
{
	color: #666666;
	text-decoration: none;
	font-size: 10px;
}

.divider_line
{
	border-bottom: 1px solid #000;
}

.divider_line_top
{
	border-top: 1px solid #000;
}

.row_bg
{
	background-color: #807f80;
	color: #FFF;
}

.left_padding
{
	padding-left: 20px;
}

.reviewhome_box1
{
	padding: 10px;
}
   
.reviewhome_box2
{
	padding: 10px;
	background-color: #ffffff;
}

.submitreview
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 6px;
}

#searchField
{
	font-size: 11px;
}

.highslide-wrapper div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	cursor: url(js/graphics/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}
.highslide img {
}
.highslide:hover img {
}

.highslide-active-anchor img, .highslide-active-anchor:hover img {
	border-color: black;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .rounded-white {
	background: white;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin-bottom: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(js/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}


/* Controls. See http://www.google.com/search?q=css+sprites */
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(js/graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(js/graphics/controlbar-white.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background-image: url(js/graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}
.highslide-move a {
	cursor: move;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
} 
