/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */

.scroller_bg1 { background:url(scroller_bg1.gif) no-repeat; margin-bottom:0px; }
.scroller_bg2 { background:url(scroller_bg2.gif) no-repeat 0% 100%; overflow:hidden; padding:10px 0 10px 0; }
.scroller_bg2 h2 { font-family:Times, serif; font-size:22px; font-weight:bold; text-transform:none; padding:0 0 10px 0px; color:#8a8787; text-align:left; }
.scroller_place { padding:0 0 0 40px; width:900px; height:185px; overflow:hidden !important; }
#viewport {	width:900px; overflow:hidden; z-index:100; position:absolute; }
#viewport ul {	position: relative;	padding: 0; z-index:1; }
#viewport li {	float:left; width:215px; }
#viewport li img { border:solid 0px #FFF; margin-bottom:7px;  }
#viewport li p { color:#add6f5; }
#viewport li p a { color:#add6f5; font-weight:bold; text-decoration:none; }
#viewport li p a:hover { text-decoration:underline; }

.scroller_bg2 .prev { background:url(../images/pre.png) no-repeat; position:absolute; margin:100px 0 0 0; width:28px; height:28px; display:block; }
.scroller_bg2 .prev:hover { background-position:0 -29px; }
.scroller_bg2 .next { background:url(../images/next.png) no-repeat; position:absolute; margin:100px 0 0 950px; width:28px; height:28px; display:block; }
.scroller_bg2 .next:hover { background-position:0 -29px; }


.scroller_bg2 .prev1 { background:url(../images/pre.png) no-repeat; position:absolute; margin:100px 0 0 0; width:28px; height:28px; display:block; }
.scroller_bg2 .prev1:hover { background-position:0 -29px; }
.scroller_bg2 .next1 { background:url(../images/next.png) no-repeat; position:absolute; margin:100px 0 0 950px; width:28px; height:28px; display:block; }
.scroller_bg2 .next1:hover { background-position:0 -29px; }























