/*
	Copyright (c) DigitalPeers.  All rights reserved.
 
    Module Name:

        gallery.css

    Abstract:

        Styles for the animation gallery.

    Environment:

        Apache Server

    Revision History:

        Amit Aides Jan 12 2006 - Created.

*/


div.post-ratings{
	background:white;
}


div#page_title {
	text-align: center;
	margin: 0;
	padding: 0;
}



.animation_gallery {
	width: 100%; /*420px;*/
	margin: 0.5em auto;
	padding: 0;
}



.animation_images {
	float: left;
	width: 90px;
	margin: 0 0 0 1em;
	text-align: center;
	display: inline;
}


.animation_description {
	float: left;
	width: 300px;
	margin: 0 0.5em 0 2em;
	padding: 0;
	display: inline;
}



.animation_gallery .animation_description h2{
	font-size: medium; /*12pt*/
	color: #000;
	margin: 0;
	padding: 0;
}



#centerDoc .animation_gallery .animation_description p{
	font-size: small; /*10pt*/
	text-indent: 0;
	color: #333;
}



.animation_description .footer{
	font-size: x-small; /*8pt*/
	font-weight: bold;
	color: #888;
    float: right;
}



.h_separator {
	clear: both;
	width: 420px;
	height: 20px;
	background-image: url('../gallery_images/h_separator.jpg');
	background-repeat: no-repeat;
	background-position: right;
	margin: 0;
	padding: 0;
}



a.download_button{
	display:block;
	width: 90px;
	height: 35px;
	background-image: url(../gallery_images/download_idle.jpg);
	padding:0px;
}



a.download_button:hover{
	background-image: url(../gallery_images/download_hover.jpg);
}



a.download_button:active{
	background-image: url(../gallery_images/download_pressed.jpg);
}



a.left_arrow{
	display: block;
	float: left;
	width: 47px;
	height: 49px;
	background-image: url(../gallery_images/left_arrow_idle.png);
	margin: 0px;
	padding:0px;
}



a.left_arrow:hover{
	background-image: url(../gallery_images/left_arrow_hover.png);
}



a.left_arrow:active{
	background-image: url(../gallery_images/left_arrow_pressed.png);
}



a.right_arrow{
	display: block;
	float: right;
	width: 47px;
	height: 49px;
	background-image: url(../gallery_images/right_arrow_idle.png);
	margin: 0px;
	padding:0px;
}



a.right_arrow:hover{
	background-image: url(../gallery_images/right_arrow_hover.png);
}



a.right_arrow:active{
	background-image: url(../gallery_images/right_arrow_pressed.png);
}



#downloadHoverPreload {
	background-image: url(../gallery_images/download_hover.jpg);
}



#downloadPressedPreload {
	background-image: url(../gallery_images/download_pressed.jpg);
}



#right_arrowHoverPreload {
	background-image: url(../gallery_images/right_arrow_hover.png);
}



#right_arrowPressedPreload {
	background-image: url(../gallery_images/right_arrow_pressed.png);
}



#left_arrowHoverPreload {
	background-image: url(../gallery_images/left_arrow_hover.png);
}



#left_arrowPressedPreload {
	background-image: url(../gallery_images/left_arrow_pressed.png);
}


div.gallery_tn {
	float: left;
	margin-right: 5px;
	width: 220px;
	margin-bottom: 10px;
}



