/**
 * 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 ================================================================================= */
* { margin:0; padding:0; }


img           { border:0; vertical-align:top; }
:focus        { outline:0; }



.scroller_bg1 { background:url(scroller_bg1.gif) no-repeat; margin-bottom:10px; }
.scroller_bg2 { background:url(scroller_bg2.gif) no-repeat 0% 100%; overflow:hidden; padding:10px 0px 0px 0px; }
.scroller_bg2 h2 { font-family:Times, serif; font-size:22px; font-weight:bold; text-transform:none; padding:0px 0px 0px 0px; color:#fff; }
.scroller_place { padding:0px 10px 0px 0px; width:950px; height:120px; overflow:hidden !important; }
#viewport {	width:950px; 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:0px; }
#viewport li p { color:#212121; }
#viewport li p a { color:#212121; font-weight:bold; text-decoration:none; }
#viewport li p a:hover { text-decoration:underline; }

.scroller_bg2 .prev { background:url(../images/prev.png) no-repeat; position:absolute; margin:-30px 0 0 850px; width:24px; height:26px; display:block; }
.scroller_bg2 .prev:hover { background-position:0 -0px; }
.scroller_bg2 .next { background:url(../images/next.png) no-repeat; position:absolute; margin:-30px 0 0 880px; width:24px; height:26px; display:block; }
.scroller_bg2 .next:hover { background-position:0 -0px; }


.scroller_bg2 .prev1 { background:url(../images/prev.png) no-repeat; position:absolute; margin:-30px 0 0 850px; width:24px; height:26px; display:block; }
.scroller_bg2 .prev1:hover { background-position:0 -0px; }
.scroller_bg2 .next1 { background:url(../images/next.png) no-repeat; position:absolute; margin:-30px 0 0 880px; width:24px; height:26px; display:block; }
.scroller_bg2 .next1:hover { background-position:0 -0px; }

