﻿/*
Description: Inspire Me Styles
Author: Travis Buck
Version: 0.1
.
General comments/License Statement if any.
.

[Table Of Contents]

1. Gallery

*/


/* 1. Gallery
--------------------------------------------------*/


#PageContent #GalleryHeader
{
background: url('../images/hdr_choose_a_style.gif');
height: 40px;
left: 0px;
position: absolute;
top: 0px;
width: 700px;
}

	#GalleryHeader a.AddButton
	{
		background: url('../images/btn_view_Details.gif') no-repeat top left;
		float: right;
		height: 40px;
		text-indent: -5000px;
		width: 156px;
	}
	
		#GalleryHeader a:hover.AddButton
		{
			background: url('../images/btn_view_Details.gif') no-repeat bottom right;
		}
		
	.Paging
	{
		font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		height: 40px;
		margin-left: 160px;
		width: 300px;
	}
	
		.Paging p.direction
		{
			color: #678b98;
			display: inline;
			line-height: 40px;
		}
	
		.Paging a.LeftArrow
		{
			background: url('../images/paging_left.gif') no-repeat top left;
			display: inline-block;
			height: 11px;
			margin-left: 8px;
			margin-right: 4px;
			text-indent: -5000px;
			width: 10px;
		}
		
			.Paging a:hover.LeftArrow
			{
				background: url('../images/paging_left.gif') no-repeat bottom right;
			}
	
		.Paging a.Page
		{
			color: #C7A365;
			display: inline-block;
			line-height: 40px;
			margin: 0 2px;
			font-weight: bold;
			text-decoration: none;
		}
		
			.Paging a:hover.Page
			{
				color: #FFFFFF;
			}
			
		.Paging a.RightArrow
		{
			background: url('../images/paging_right.gif') no-repeat top left;
			display: inline-block;
			height: 11px;
			margin-left: 4px;
			margin-right: 8px;
			text-indent: -5000px;
			width: 10px;
		}
		
			.Paging a:hover.RightArrow
			{
				background: url('../images/paging_right.gif') no-repeat bottom right;
			}

#PageContent a.Previous
{
	background: url('../images/btn_backward.png') no-repeat top left;
	height: 101px;
	left: 0px;
	position: absolute;
	text-indent: -5000px;
	top: 214px;
	width: 61px;
}

#PageContent a:hover.Previous
{
	background: url('../images/btn_backward.png') no-repeat bottom right;	
}

#PageContent a.Forward
{
	background: url('../images/btn_forward.png') no-repeat top left;
	height: 101px;
	left: 869px;
	position: absolute;
	text-indent: -5000px;
	top: 214px;
	width: 61px;
}

#PageContent a:hover.Forward
{
	background: url('../images/btn_forward.png') no-repeat bottom right;	
}

#PageContent ul.Styles
{
	list-style: none;
}

#PageContent li.Style
{
	display: inline;
}

#PageContent a.BackToGallery
{
	background: url('../images/btn_different_style.png') no-repeat top left;
	height: 40px;
	left: 10px;
	position: absolute;
	text-indent: -5000px;
	top: 0px;
	width: 177px;
}

#PageContent a:hover.BackToGallery
{
	background: url('../images/btn_different_style.png') no-repeat bottom right;	
}

#PageContent a.AddToPortfolio
{
	background: url(../images/btn_add_to_portfolio.png) no-repeat top left;
	height: 40px;
	left: 722px;
	position: absolute;
	text-indent: -5000px;
	top: 0px;
	width: 198px;
}

#PageContent a:hover.AddToPortfolio
{
	background: url(../images/btn_add_to_portfolio.png) no-repeat bottom;
}