﻿.photoGallery 
{
    width: 50%;
    margin: auto;
}

.photoGallery div 
{
    text-align: center;
}

.ctrl_panel img
{
}

.ctrl_panel input 
{
    width: 24px;
    margin: 1px;
}

/* input styles */
input.nextprev
{
	border: 0;
	margin: 0;
	padding: 0;
	color: #000000;
	display: inline;
	background: transparent;
	outline-style:none;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
}
*:first-child + html input.nextprev
{
	/* hack needed for IE 7 */
	border-bottom: 0;
}
* html input.nextprev
{
	/* hack needed for IE 5/6 */
	border-bottom: 0;
}
input.nextprev:hover
{
	background: transparent;
}
.metalbutton_disabled input.nextprev
{
	color: #cccccc !important;
}