@charset "UTF-8";
/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
 /*styles modified for home page widget*/
.TabbedPanels {
	margin: 0px 0 0px 0;
	#margin-top: 1px;
	padding: 0px;
	
	#width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	background:#ffffff url('http://cache1.artprintimages.com/images/nav/homepage/scroll2/top_gradient.gif') repeat-x;
	border-right: solid 1px #BBBBBB;
	border-left: solid 1px #BBBBBB;
	border-bottom: solid 1px #BBBBBB;
	/*min-height:180px;*/
	font-size:10px;
	/*height:20.50em;*/
}

.TabbedPanelsTabGroup {
	margin: 0px !important;
	padding: 5px 0px 0px 150px !important;
	border-top: solid 1px #BBBBBB !important;
}

.holiday_TabbedPanelsTabGroup
{
    padding: 5px 0px 0px 123px !important;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 3px 8px 3px 8px !important;
	margin: 0px 1px 0px 0px !important;
	font: 1.40em Georgia, "Times New Roman", Times, serif;
	color:#4c3327;
	background:#d9d0c2 url('http://cache1.artprintimages.com/images/nav/homepage/scroll2/tab_bg.gif') repeat-x;
	list-style: none;
	border: 1px solid #BBBBBB;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.TabbedPanelsTabHover {
	background-color: #cccccc;
}
.TabbedPanelsTabSelected {
	background-color: #fff;
	background-image:none;
	border-bottom: 1px solid #fff;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear:both;
	border-top: solid 1px #bbbbbb;
	background-color: #fff;
	padding-left:3em;
}

.TabbedPanelsContent {
	padding: 0px;
}
.TabbedPanelsContentVisible {
}
/*######################################*/
/* SprySlidingPanels.css - version 0.1 - Spry Pre-Release 1.6 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.SlidingPanels {
	position: relative;
	width: 57.00em;
	height: 16em;
	padding: 0;
	border: none;
	font-size:10px;
	margin:0;
}
.SlidingPanelsContentGroup {
	position: relative;
	margin: 0px;
	padding: 0px;
	min-height:0;
	border: none;
	width:228em;
}
.SlidingPanelsContent {
	width: 57.00em;
	height: 16em;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
    float: left;
}


/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime we are animating between panels. This rule makes sure that *all* content inside
 * the widget is overflow:none to avoid a rendering glitch that occurs in FireFox 1.5 whenever
 * there is an element inside the widget that displays a scrollbar.
 *
 * The class is automatically removed once the animation has stopped so that the overflow
 * properties of the content inside the widget should be restored.
 */
.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

/* The class used in this selector is programatically added to the SlindingPanelsContent
 * container that is currently visible in the view port. The class is automatically removed
 * when the widget switches to a different panel.
 */
.SlidingPanelsCurrentPanel {

}

/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime the SlidingPanels container is given focus. The class is automatically removed
 * once the SlidingPanels container loses focus.
 */
.SlidingPanelsFocused {
}


/*Following styles are specific to the homepage panel widget*/

.homepageScrollPadding 
{
padding-top:4px;
#padding-top:0px;
}

#LeftArrow
{
    float:left;
    width: 26px;
	position:relative;
	/*top:-110px;
	left:-1px;*/
	padding-right:10px;
	margin: -110px 0 0 -1px;
	background:url('http://cache1.artprintimages.com/images/nav/homepage/scroll2/leftarrow_dim.gif') no-repeat;
	
}

#RightArrow
{
    	float:right;
    	width: 26px;
	position:relative;
	margin: -110px 0 0 1px;
	background:url('http://cache1.artprintimages.com/images/nav/homepage/scroll2/rightarrow_dim.gif') no-repeat;
}
.arrow
{
    cursor: pointer;
}
.arrowDim

{
    cursor:arrow;
}
.arrowDim img {
	filter:alpha(opacity=0);
	-moz-opacity:.0;
	opacity:.0;
}


ul.thumblist{
	display:block;
	height:14.00em !important;
	margin:15px 0 0 0 !important;
	padding: 0 !important;
	/*list-style-type: none;
	padding:15px 0px 0px 0px;*/
	
}
.thumblist img{
	margin-bottom:5px;
}
.thumblist a:link{
	font:1.10em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration:none;
}
.thumblist a:visited{
	font:1.10em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration:none;
}
.thumblist a:hover{
	font:1.10em Verdana, Arial, Helvetica, sans-serif;
	color: #0072bc;
	text-decoration:underline;
}
.thumblist li{
	display:block;
	width:12.00em;
	/*margin:0;*/
	float:left !important;
	margin:0px 10px 10px 10px !important;
	text-align:center !important;
}