/*
Theme Name: Liquid Gallery	
Theme URI: http://liquidgallery.themes.wprainbow.com
Description: The Simple Single Page Gallery Theme
Version: 1.3
Author: faiqfardian	
Author URI: http://codepth.com
Tags: liquid width, one columns, ajax gallery
*/

/* RESET */

@import "css/reset.css";
.alignleft{
    float:left;
    width: auto;
}
.alignright {
    float:right;
    width: auto;
}
.aligncenter {
    display:block;
    margin:0 auto;
}
.clearfix {
    clear: both;
    height:0;
    font-size:0;
    margin:0;
    padding:0;
    visibility:hidden;
}

#credits{
display: block;
  width: 182px;
  height: 20px;
  background: url("images/credits.png") no-repeat 0 0;
float: right;
	margin-top: 0px;
	margin-right: 1px;
}
#credits:hover
{ 
  background-position: 0 -20px;
}

