@charset "UTF-8";
/* CSS Document */
@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) stylesheet for screen layout
 * (de) Stylesheet für das Bildschirm-Layout
 *
 * @creator       YAML Builder V1.2b (http://builder.yaml.de)
 * @file          basemod.css
 * @-yaml-minver  3.1
 */
  /*-------------------------------------------------------------------------*/
* { margin:0; padding: 0; }

  body {
	padding: 10px 0;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}



  #info {
	color:#666;
	background-color: #FFF;
	text-align: left;
	text-decoration: none;
	padding: 2px;
	margin-left: 10px;
	width: 50px;
	float: left;
}
#info a:active {
	 
	text-decoration: none;
	color: transparent;
}

#info a:hover{
	text-decoration: none;
	color: transparent;
}

#info a:link{
	text-decoration: none;
	color: transparent;
}
#info a:visited{
	text-decoration: none;
	color: transparent;
}
  /*-------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   */

  #main { padding: 0px 20px 
	width: auto;
	background: #fff;
	padding: 5px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;  /*-------------------------------------------------------------------------*/
}


h4 {
	font-size: 95%;
	color: #333;
	text-align: center;
	margin: 10px;
}


.pause {
	background-color: transparent;
	height: 32px;
	width: 32px;
	padding: 2px;
}

.play {
	padding: 2px;
	height: 32px;
	width: 32px;
	background-color: transparent;
	text-decoration: none;
}
#actionButtons {
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 50px;
}
img
{  border-style: none;
}


/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 680px;
	height:120px;
	/* custom decorations */
	border:1px solid #ccc;
	background-image: url(h300.png);
	background-repeat: repeat-x;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:80px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}

/* styling for the image wrapper  */ 
#image_wrap { 
    /* dimensions */ 
    width:677px; 
    margin:15px 0 15px 40px; 
    padding:15px 0; 
 
    /* centered */ 
    text-align:center; 
 
    /* some "skinning" */ 
    background-color:#efefef; 
    border:2px solid #fff; 
    outline:1px solid #ddd; 
    -moz-ouline-radius:4px; 
}
/* get rid of those system borders being generated for A tags */
a:active {
	outline:none;
}
:focus {
	-moz-outline-style:none;
	}
	div.scrollable {
	
	
	
	width: 602px;
	height: 125px;
	 position:relative; 
    overflow:hidden; 
	}
	#thumbs div {
	
	
	width: 95px;
	}
	 #main {
	 
	 width: 725px;
	 }
	 
	 /* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    
	width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
    float:left; 
} 
 
/* you may want to setup some decorations to active the item */ 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}
/* tooltip styling */
#tooltip {
	  display:none; 
    background-color:#ffa; 
    border:1px solid #cc9; 
    padding:3px; 
    font-size:13px; 
    -moz-box-shadow: 2px 2px 11px #666; 
    -webkit-box-shadow: 2px 2px 11px #666; 
} 

