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

/* *******************************
	Website graugans-Design.de
	Vers. 4.0
	August 2010
	Autor: graugans-Design
******************************* */

/* *******************************
	jCarousel
******************************* */

/* Text (content_float_left) und jCaousel bilden zwei Spalten */
#content_float_left {
	float:left;
	padding:45px;
	width:550px;
}

#das_jcarousel {
	background-color:red;
	height:319px;
	margin-left:640px;
	width:310px;
}

/* beendet den float vom content_float_left */
hr {
	border: none;
	clear:both;
	height:0.1px;
	margin:0;
	padding:0;
	visibility:hidden;
}

/* *******************************
	Stylen der Buttons
******************************* */

.jcarousel-skin-graugans .jcarousel-next-horizontal {
    position: absolute;
    top: 130px;
    right: -32px;
    width: 32px;
    height: 53px;
    cursor: pointer;
    background: transparent url(../_img/_grafElementeSite/pfeil_rechts.gif) no-repeat 0 0;
}

.jcarousel-skin-graugans .jcarousel-next-horizontal:hover {
    background-position: 0 -54px;
}

.jcarousel-skin-graugans .jcarousel-next-horizontal:active {
    background-position: 0 -107px;
}

.jcarousel-skin-graugans .jcarousel-prev-horizontal {
    position: absolute;
    top: 130px;
    right: 305px;
    width: 32px;
    height: 53px;
    cursor: pointer;
    background: transparent url(../_img/_grafElementeSite/pfeil_links.gif) no-repeat 0 0;
}

.jcarousel-skin-graugans .jcarousel-prev-horizontal:hover {
    background-position: 0 -54px;
}

.jcarousel-skin-graugans .jcarousel-prev-horizontal:active {
    background-position: 0 -107px;
}

