/*
/	iMapFlickr.com
/
/	Frame Digital (c)2009
/	http://www.framecreatesdigital.com
/
/	- General CSS for generating maps
/
*/

html,
body {
    margin: 0px; padding: 0px;
	font-size:12px;
	line-height: 16px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#fff;
}

a img{
	border:0;
}

.clear{
	clear: both;
	font-size:1px;
	line-height:1px;
	height:1px;
	
}


/*------------------
/	- error
/------------------*/

.error{
	border:5px solid #ffae85;
	padding:10px;
	color: #ec8b59;
	width:300px;
	margin:20px auto 0 auto;
}

.error img{
	float:left;
	margin:0 10px 0 0;
}

.error p {
	margin:0 0 10px 0;
}

/*------------------
/	- footer
/------------------*/

#imapflickr{
clear:both;
height:23px;
font-size:10px;
padding:0;
margin:0;
}

#imapflickr a{
	color: #666666;
	text-decoration: underline;
}

#imapflickr a:hover{
	color: #666666;
	text-decoration: none;
}

#imapflickr .logo{
	float:right;
	width:160px;
	text-align:right;
	margin:3px 5px 0 0;
	
}

#imapflickr .logo img{
	vertical-align: middle;
	margin-left:1px;
}

#imapflickr .text{
	float:left;
	margin:3px 0 0 2px;	
}

/*------------------
/	- the map
/------------------*/

#map-holder { border: solid 1px #cdcdcd; margin: 0px; padding: 0px; }
#map { border: solid 1px #fff; background: #cdcdcd; padding: 5px; float: left; }

/*------------------
/	- the gallery
/------------------*/

ul#slider { padding: 0px; margin: 0px; }

#gallery-holder 
{ 
    margin: 0px auto; 
    padding: 0px;  
}

.gallery-viewer {
	position:relative;
	overflow: hidden;
	float: left;
	margin: 10px 0px 0px 0px;
	border: 0px;
	padding: 5px 0 5px 0;
}
.gallery-viewer ul {
	width: 200000px;
	position: relative;
	list-style: none inside;
	float: left;
}
.gallery-viewer li { 
	display: inline;
	float: left;
	text-align: center;
	float: left;
	border: solid 1px #cdcdcd;
    background: #666; 
   margin: 0 5px 0 5px;
    cursor: pointer;  
}

/*  - the gallery buttons - */
.move
{
    background-position: center;
    margin-top: 10px;
    background-repeat: no-repeat;
    width: 15px;
    height: 74px;
    float: left;
    border: solid 1px #ff0000;
    background-color: #ff0000;
}
#move-left
{
    background-image: url(../images/plain_button_left.png);
}
#move-right
{
    background-image: url(../images/plain_button_right.png);
}


/*-----------------------
    ADD THIS
------------------------*/

.addthis
{
    margin-top: 2px;
    margin-left: 10px;
    float: left;
    padding-left: 20px;
    background-image: url(http://static.addtoany.com/buttons/favicon.png);
    background-repeat: no-repeat;
    background-position: left;
	 background-position: 0 2px;
	 height:20px;
}

/* MAP POP UP CSS  */

.description_landscape
{
    width: 30%;
    float: left;
    margin-top: 15px;
    margin-left: 10px;
    overflow: hidden;
}
.image_landscape
{
    width: 63%;
    float: left;
    margin-top: 15px;
    overflow: hidden;
}

.description_portrait
{
    width: 33%;
    float: left;
    margin-top: 15px;
    margin-left: 10px;
    overflow: hidden;
}
.image_portrait
{
    width: 60%;
    float: left;
    margin-top: 15px;
    overflow: hidden;
}

.image_landscape img, .image_portrait img
{
    width: 100%;
}
