/* meowslides */


#slides {
float: left;
width: 16em;
height: 20em;
min-width: 254px;
min-height: 300px;
margin: 20px;
border: 1px solid #aaa;
background: #eee;
overflow: hidden;
}

* html #slides { /* IE6 fix in quirks mode */
width: 16.1em;
height: 20.1em;
}

#slides div {
position: relative;
}
#meowslides {
width: 18em;
height: 20em;
min-width: 275px;
min-height: 300px;
margin: 0;
padding: 0;
overflow: auto;
overflow-y: hidden;
list-style: none;
position: absolute;
top: 0;
left: 0;
}


*:first-child+html #meowslides { /* IE7 fix in standard mode */
overflow: hidden;
}

#meowslides a {
text-decoration: none;
font-family: arial,sans-serif;
color: #555;
background: #eee;
font-weight: 700;
position: absolute;
bottom: 1px;
left: 5px;
line-height: 1.0;
}
#meowslides a.n {
left: auto;
right: 5px;
}
#meowslides img {
width: 15em;
height: 12em;
min-width: 240px;
min-height: 180px;
float: left;
margin: .5em 0 0 .5em;
}
#meowslides li {
width: 16em;
height: 20em;
min-width: 250px;
min-height: 300px;
background: #eee;
float: left;
position: relative;
}
#meowslides li b {
background: #eee;
position: absolute;
bottom: 2px;
left: 50%;
margin: 0 0 0 -.3em;
line-height: 1.0;
color: #555;
z-index: 3;
font-family: "Georgia", serif;
}
#meowslides li p {
margin: 1px 3%;
width: 94%;
line-height: 1.1;
font-family: "Trebuchet MS", serif;
}

@media screen and (min-width: 0px), print and (min-width: 0px), projection and (min-width: 0px), handheld and (min-width: 0px){
html:first-child>body #meowslides {overflow: auto;}
}